Skip to content

Commit

Permalink
Update fix_mutate.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
shelllbw authored Apr 29, 2024
1 parent 0d703b6 commit 11d4985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MUTATION/fix_mutate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void FixMutate::compute()
if (mask[i] & groupbit) {
if (random->uniform() < prob) {
mask[i] = imutant;
}MUT
}
}
}
}

0 comments on commit 11d4985

Please sign in to comment.