mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@824 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
1e822670e2
commit
47ab6cedf9
|
@ -590,7 +590,7 @@ void Domain::minimum_image(double *delta)
|
|||
adjust image accordingly
|
||||
resulting coord must satisfy lo <= coord < hi
|
||||
MAX is important since coord - prd < lo can happen when coord = hi
|
||||
for triclinic, atom is converted to lamda coords (0-1) before doing remap
|
||||
for triclinic, point is converted to lamda coords (0-1) before doing remap
|
||||
image = 10 bits for each dimension
|
||||
increment/decrement in wrap-around fashion
|
||||
------------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue