Unverified Commit b9d98976 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

pair style zbl does not have restart support

parent 2e48ea86
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -32,7 +32,9 @@ using namespace PairZBLConstants;

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

PairZBL::PairZBL(LAMMPS *lmp) : Pair(lmp) {}
PairZBL::PairZBL(LAMMPS *lmp) : Pair(lmp) {
  restartinfo = 0;
}

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