git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12143 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-06-23 15:33:54 +00:00
parent cc1f207270
commit 5f768359a7
2 changed files with 2 additions and 2 deletions

View File

@ -1010,5 +1010,5 @@ int FixMove::size_restart(int nlocal)
void FixMove::reset_dt()
{
error->all(FLERR,"Resetting timestep is not allowed with fix move");
error->all(FLERR,"Resetting timestep size is not allowed with fix move");
}