Clarifying ambiguous remap comment

This commit is contained in:
jtclemm
2024-12-09 11:34:53 -07:00
parent fdfe6d54c6
commit 90f121e02c

View File

@ -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
------------------------------------------------------------------------- */