From 90f121e02c51af6bbb22abf4e80ced460985c2bf Mon Sep 17 00:00:00 2001 From: jtclemm Date: Mon, 9 Dec 2024 11:34:53 -0700 Subject: [PATCH] Clarifying ambiguous remap comment --- src/domain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain.cpp b/src/domain.cpp index d7d47678ed..572575ad22 100644 --- a/src/domain.cpp +++ b/src/domain.cpp @@ -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 ------------------------------------------------------------------------- */