git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8184 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -139,7 +139,7 @@ void FixTempRescale::end_of_step()
|
|||||||
double delta = update->ntimestep - update->beginstep;
|
double delta = update->ntimestep - update->beginstep;
|
||||||
delta /= update->endstep - 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 variable temp, evaluate variable, wrap with clear/add
|
||||||
|
|
||||||
if (tstyle == CONSTANT)
|
if (tstyle == CONSTANT)
|
||||||
|
|||||||
Reference in New Issue
Block a user