From 8f14a97cf011d3870768bf007d5b0184ffbb253d Mon Sep 17 00:00:00 2001 From: sjplimp Date: Sat, 21 Apr 2007 00:22:41 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@519 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/replicate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/replicate.cpp b/src/replicate.cpp index 2986e44182..9b0fe26b94 100644 --- a/src/replicate.cpp +++ b/src/replicate.cpp @@ -243,7 +243,7 @@ void Replicate::command(int narg, char **arg) // pack my unmapped atom data into buf // bcast it to all other procs // performs 3d replicate loop with while loop over atoms in buf - // x = new replicated position + // x = new replicated position, remapped into simulation box // unpack atom into new atom class from buf if I own it // adjust tag, mol #, coord, topology info as needed