From bd43e8535f36b77c74414ccbee9e218ff2ee559e Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 5 Oct 2007 20:29:42 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@981 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_deform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fix_deform.cpp b/src/fix_deform.cpp index 732a92d819..22a4531eec 100644 --- a/src/fix_deform.cpp +++ b/src/fix_deform.cpp @@ -523,7 +523,7 @@ void FixDeform::end_of_step() } // set new box size for VOLUME dims that are linked to other dims - // also need to set h_rate for these dims + // NOTE: still need to set h_rate for these dims for (int i = 0; i < 3; i++) { if (set[i].style != VOLUME) continue;