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