git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@824 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2007-08-29 14:13:05 +00:00
parent 1e822670e2
commit 47ab6cedf9
1 changed files with 1 additions and 1 deletions

View File

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