Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchwiebert committed Nov 19, 2024
1 parent c99f658 commit d3dd0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moves/VolumeTransfer.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ inline uint VolumeTransfer::Prep(const double subDraw, const double movePerc) {
if (fixBox0) {
// For NPT-GEMC and when box0 is fixed, we cannot pick box 0
while (box == 0) {
// To avoid infinite loop, we don't use sunDraw
// To avoid infinite loop, we don't use subDraw
box = prng.randIntExc(BOX_TOTAL);
}
}
Expand Down

0 comments on commit d3dd0e7

Please sign in to comment.