From 233267cde6ca95814d40f956b3333e1f73e79175 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 24 May 2012 14:13:27 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8184 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_temp_rescale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fix_temp_rescale.cpp b/src/fix_temp_rescale.cpp index db55feefb1..bfa8194be0 100644 --- a/src/fix_temp_rescale.cpp +++ b/src/fix_temp_rescale.cpp @@ -139,7 +139,7 @@ void FixTempRescale::end_of_step() double delta = update->ntimestep - update->beginstep; delta /= update->endstep - update->beginstep; - // set current t_target and t_sqrt + // set current t_target // if variable temp, evaluate variable, wrap with clear/add if (tstyle == CONSTANT)