git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11860 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -112,8 +112,9 @@ void FixEvent::restore_event()
|
|||||||
x[i][1] = xevent[i][1];
|
x[i][1] = xevent[i][1];
|
||||||
x[i][2] = xevent[i][2];
|
x[i][2] = xevent[i][2];
|
||||||
|
|
||||||
// since xevent is unwrapped coordinate, need to
|
// since xevent is unwrapped coordinate,
|
||||||
// adjust image flags when remapping
|
// need to adjust image flag from default when remapping
|
||||||
|
// same as in read_data -> Atom::data_atoms()
|
||||||
|
|
||||||
image[i] = ((imageint) IMGMAX << IMG2BITS) |
|
image[i] = ((imageint) IMGMAX << IMG2BITS) |
|
||||||
((imageint) IMGMAX << IMGBITS) | IMGMAX;
|
((imageint) IMGMAX << IMGBITS) | IMGMAX;
|
||||||
|
|||||||
Reference in New Issue
Block a user