diff --git a/src/pair_coul_wolf.cpp b/src/pair_coul_wolf.cpp index 8b9e3fc07d..b85bf0a10d 100644 --- a/src/pair_coul_wolf.cpp +++ b/src/pair_coul_wolf.cpp @@ -34,10 +34,7 @@ using namespace MathConst; /* ---------------------------------------------------------------------- */ -PairCoulWolf::PairCoulWolf(LAMMPS *lmp) : Pair(lmp) -{ - single_enable = 0; -} +PairCoulWolf::PairCoulWolf(LAMMPS *lmp) : Pair(lmp) {} /* ---------------------------------------------------------------------- */