git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15266 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -264,7 +264,7 @@ void PairGranHertzHistory::compute(int eflag, int vflag)
|
||||
torque[j][2] -= radj*tor3;
|
||||
}
|
||||
|
||||
if (evflag) ev_tally_xyz(i,j,nlocal,0,
|
||||
if (evflag) ev_tally_xyz(i,j,nlocal,newton_pair,
|
||||
0.0,0.0,fx,fy,fz,delx,dely,delz);
|
||||
}
|
||||
}
|
||||
|
||||
@ -305,7 +305,7 @@ void PairGranHookeHistory::compute(int eflag, int vflag)
|
||||
torque[j][2] -= radj*tor3;
|
||||
}
|
||||
|
||||
if (evflag) ev_tally_xyz(i,j,nlocal,0,
|
||||
if (evflag) ev_tally_xyz(i,j,nlocal,newton_pair,
|
||||
0.0,0.0,fx,fy,fz,delx,dely,delz);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user