git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@328 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2007-02-21 01:04:55 +00:00
parent 65fbb904ef
commit 178ff7fc10

View File

@ -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;