git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5547 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -122,9 +122,10 @@ void ImproperHarmonic::compute(int eflag, int vflag)
|
||||
int me;
|
||||
MPI_Comm_rank(world,&me);
|
||||
if (screen) {
|
||||
char str[128],fstr[64];
|
||||
sprintf(fstr,"Improper problem: %%d %s %%d %%d %%d %%d",BIGINT_FORMAT);
|
||||
sprintf(str,fstr,me,update->ntimestep,
|
||||
char str[128];
|
||||
sprintf(str,
|
||||
"Improper problem: %d " BIGINT_FORMAT " %d %d %d %d",
|
||||
me,update->ntimestep,
|
||||
atom->tag[i1],atom->tag[i2],atom->tag[i3],atom->tag[i4]);
|
||||
error->warning(str,0);
|
||||
fprintf(screen," 1st atom: %d %g %g %g\n",
|
||||
|
||||
Reference in New Issue
Block a user