diff --git a/src/REPLICA/fix_event.cpp b/src/REPLICA/fix_event.cpp index a1eb7f7894..65282bc967 100644 --- a/src/REPLICA/fix_event.cpp +++ b/src/REPLICA/fix_event.cpp @@ -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]); }