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