From 3efa520d075bc64922d3c7ca58a7bfebd52fef4c Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 30 Apr 2014 20:51:25 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11855 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/REPLICA/fix_event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); }