git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1272 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -26,6 +26,8 @@
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
#define INVOKED_PERATOM 4
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
ComputePEAtom::ComputePEAtom(LAMMPS *lmp, int narg, char **arg) :
|
||||
@ -74,7 +76,7 @@ void ComputePEAtom::compute_peratom()
|
||||
{
|
||||
int i;
|
||||
|
||||
invoked = 1;
|
||||
invoked |= INVOKED_PERATOM;
|
||||
|
||||
// grow local energy array if necessary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user