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

This commit is contained in:
sjplimp
2012-07-02 14:21:36 +00:00
parent f38a94ae8a
commit 839b056647

View File

@ -109,9 +109,8 @@ void FixEvent::restore_event()
// adjust image flags when remapping
image[i] = ((tagint) IMGMAX << IMG2BITS) |
((tagint) IMGMASK << IMGBITS) | IMGMASK;
((tagint) IMGMAX << IMGBITS) | IMGMASK;
domain->remap(x[i],image[i]);
// domain->remap(x[i]);
}
}