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

This commit is contained in:
sjplimp
2010-09-08 23:41:16 +00:00
parent 3d06684857
commit b015f75194
20 changed files with 25 additions and 24 deletions

View File

@ -359,7 +359,7 @@ double Thermo::lost_check()
char str[128];
sprintf(str,"Lost atoms: original %.15g current %.15g",atom->natoms,ntotal);
if (me == 0) error->warning(str);
if (me == 0) error->warning(str,0);
lostbefore = 1;
return ntotal;
}