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)