git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8497 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -497,7 +497,7 @@ void Set::set(int keyword)
|
||||
if (yimageflag) ybox = yimage;
|
||||
if (zimageflag) zbox = zimage;
|
||||
atom->image[i] = ((zbox + (tagint) IMGMAX & IMGMASK) << IMG2BITS) |
|
||||
((ybox + (tagint) IMGMAX & IMGMASK) << IMGBITS) |
|
||||
((ybox + (tagint) IMGMAX & IMGMASK) << IMGBITS) |
|
||||
(xbox + IMGMAX & IMGMASK);
|
||||
|
||||
// set dipole moment
|
||||
|
||||
Reference in New Issue
Block a user