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

This commit is contained in:
sjplimp
2014-01-28 22:42:13 +00:00
parent cafa578309
commit b5b9910dba

View File

@ -646,7 +646,8 @@ int FixQEqReax::CG( double *b, double *x )
if (i >= imax && comm->me == 0) {
char str[128];
sprintf(str,"Fix qeq/reax CG convergence failed after %d iterations at %d step",i,update->ntimestep);
sprintf(str,"Fix qeq/reax CG convergence failed after %d iterations "
"at " BIGINT_FORMAT " step",i,update->ntimestep);
error->warning(FLERR,str);
}