Skip to content

Commit

Permalink
Clarifying ambiguous remap comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtclemm committed Dec 9, 2024
1 parent fdfe6d5 commit 90f121e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ void Domain::remap(double *x)
adjust 3 image flags encoded in image accordingly
resulting coord must satisfy lo <= coord < hi
MAX is important since coord - prd < lo can happen when coord = hi
for triclinic, point is converted to lamda coords (0-1) before doing remap
for triclinic, point is converted to lamda coords (0-1) within remap()
image = 10 bits for each dimension
increment/decrement in wrap-around fashion
------------------------------------------------------------------------- */
Expand Down

0 comments on commit 90f121e

Please sign in to comment.