Unverified Commit 8826ea91 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

inherited single function doesn't match, we need to set single_enable to 0

parent 0d677321
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ PairBuckCoulLongCS::PairBuckCoulLongCS(LAMMPS *lmp) : PairBuckCoulLong(lmp)
{
  ewaldflag = pppmflag = 1;
  writedata = 1;
  single_enable = 0;
  ftable = NULL;
}