Commit fb4cbf1a authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15751 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 1d501f05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ void FixTempRescale::end_of_step()

  if (temperature->dof < 1) return;

  // protect against division by zero.
  // protect against division by zero

  if (t_current == 0.0)
    error->all(FLERR,"Computed temperature for fix temp/rescale cannot be 0.0");