git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4745 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user