Commit b5b9910d authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11360 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent cafa5783
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
  }