Compute pe doesn't touch atom data

This commit is contained in:
Stan Moore 2019-09-09 12:29:46 -06:00
parent fb0dee49a2
commit 345d6cc7fe
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "modify.h"
#include "domain.h"
#include "error.h"
#include "atom_masks.h"
using namespace LAMMPS_NS;
@ -65,6 +66,9 @@ ComputePE::ComputePE(LAMMPS *lmp, int narg, char **arg) :
iarg++;
}
}
datamask_read = EMPTY_MASK;
datamask_modify = EMPTY_MASK;
}
/* ---------------------------------------------------------------------- */