From 839b0566475de137328f722fb65735cce6ec86fe Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 2 Jul 2012 14:21:36 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8458 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/REPLICA/fix_event.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]); } }