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

This commit is contained in:
sjplimp 2012-05-24 14:13:27 +00:00
parent 2aa8c01e97
commit 233267cde6
1 changed files with 1 additions and 1 deletions

View File

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