From 178ff7fc109fd344b2579800b0e08a5350cbfd9c Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 21 Feb 2007 01:04:55 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@328 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_indent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fix_indent.cpp b/src/fix_indent.cpp index 9f65eeb458..55c7175471 100644 --- a/src/fix_indent.cpp +++ b/src/fix_indent.cpp @@ -66,7 +66,7 @@ FixIndent::FixIndent(LAMMPS *lmp, int narg, char **arg) : } else xscale = yscale = zscale = 1.0; - // apply scaling to force constant, velocity, and geometry + // apply scaling factors to force constant, velocity, and geometry k /= xscale; k3 = k/3.0;