forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1445 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
04b9d5ebc2
commit
6a2c263dac
|
@ -209,7 +209,7 @@ void DihedralClass2::compute(int eflag, int vflag)
|
|||
MPI_Comm_rank(world,&me);
|
||||
if (screen) {
|
||||
char str[128];
|
||||
sprintf(str,"Dihedral problem: %d %d %d %d %d %d\n",
|
||||
sprintf(str,"Dihedral problem: %d %d %d %d %d %d",
|
||||
me,update->ntimestep,
|
||||
atom->tag[i1],atom->tag[i2],atom->tag[i3],atom->tag[i4]);
|
||||
error->warning(str);
|
||||
|
|
|
@ -156,7 +156,7 @@ void ImproperClass2::compute(int eflag, int vflag)
|
|||
MPI_Comm_rank(world,&me);
|
||||
if (screen) {
|
||||
char str[128];
|
||||
sprintf(str,"Improper problem: %d %d %d %d %d %d\n",
|
||||
sprintf(str,"Improper problem: %d %d %d %d %d %d",
|
||||
me,update->ntimestep,
|
||||
atom->tag[i1],atom->tag[i2],atom->tag[i3],atom->tag[i4]);
|
||||
error->warning(str);
|
||||
|
|
Loading…
Reference in New Issue