From e1c13c52caaadba4abd3e8bf97918f50ddedb712 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 25 Jan 2013 23:22:09 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9342 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_langevin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fix_langevin.cpp b/src/fix_langevin.cpp index ad10328b69..8afbc06a84 100644 --- a/src/fix_langevin.cpp +++ b/src/fix_langevin.cpp @@ -628,7 +628,7 @@ void FixLangevin::omega_thermostat() int *type = atom->type; int nlocal = atom->nlocal; - // rescale gamma1/gamma2 by 10/3 and sqrt(10/3) for rotational thermostatting + // rescale gamma1/gamma2 by 10/3 & sqrt(10/3) for rotational thermostatting double tendivthree = 10.0/3.0; double tran[3]; @@ -674,7 +674,7 @@ void FixLangevin::angmom_thermostat() int *type = atom->type; int nlocal = atom->nlocal; - // rescale gamma1/gamma2 by 10/3 and sqrt(10/3) for rotational thermostatting + // rescale gamma1/gamma2 by 10/3 & sqrt(10/3) for rotational thermostatting double tendivthree = 10.0/3.0; double inertia[3],omega[3],tran[3];