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

This commit is contained in:
sjplimp
2016-03-14 18:40:28 +00:00
parent a946de0b03
commit e02c66b932
4 changed files with 158 additions and 2 deletions

View File

@ -126,7 +126,7 @@ void DumpDCD::write_header(bigint n)
{
if (n != natoms) error->all(FLERR,"Dump dcd of non-matching # of atoms");
if (update->ntimestep > MAXSMALLINT)
error->all(FLERR,"Too big a timestep for dump dcd");
error->one(FLERR,"Too big a timestep for dump dcd");
// first time, write header for entire file