Unverified Commit 526c9a54 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

need to set single_enable to 0 after single() was removed

parent 91c31da5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ using namespace MathConst;
PairLJCutTholeLong::PairLJCutTholeLong(LAMMPS *lmp) : Pair(lmp)
{
  ewaldflag = pppmflag = 1;
  single_enable = 0;
  writedata = 1;
  ftable = NULL;
  qdist = 0.0;