Commit cecf1b4a authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13288 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 646c13d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -831,7 +831,7 @@ bool FixRattle::check4(double **v, int m, bool checkr, bool checkv)
                      fabs(MathExtra::dot3(r03,v03)) > tol));
  if (!stat)   
     error->one(FLERR,"RATTLE velocity constraints are not satisfied "
                "up to desired tolerance!");
                "up to desired tolerance");
  return stat;
}

+0 −4
Original line number Diff line number Diff line
@@ -99,8 +99,4 @@ E: RATTLE velocity constraints are not satisfied up to desired tolerance

Self-explanatory.

E: RATTLE velocity constraints are not satisfied up to desired tolerance!

UNDOCUMENTED

*/