Commit 345d6cc7 authored by Stan Moore's avatar Stan Moore
Browse files

Compute pe doesn't touch atom data

parent fb0dee49
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
}

/* ---------------------------------------------------------------------- */