git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11855 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -116,7 +116,7 @@ void FixEvent::restore_event()
|
||||
// adjust image flags when remapping
|
||||
|
||||
image[i] = ((imageint) IMGMAX << IMG2BITS) |
|
||||
((imageint) IMGMAX << IMGBITS) | IMGMASK;
|
||||
((imageint) IMGMAX << IMGBITS) | IMGMAX;
|
||||
domain->remap(x[i],image[i]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user