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