git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6795 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -288,7 +288,7 @@ void FixRestrain::restrain_dihedral()
|
||||
MPI_Comm_rank(world,&me);
|
||||
if (screen) {
|
||||
char str[128];
|
||||
sprintf(str,"Restrain problem: %d %d %d %d %d %d",
|
||||
sprintf(str,"Restrain 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);
|
||||
|
||||
Reference in New Issue
Block a user