forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8184 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
2aa8c01e97
commit
233267cde6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue