Commit 05cafb71 authored by Tim Mattox's avatar Tim Mattox
Browse files

USER-DPD: cleanup initialization of splitFDT_flag in pair_dpd_fdt.cpp

parent 3af4b3c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ using namespace LAMMPS_NS;
PairDPDfdt::PairDPDfdt(LAMMPS *lmp) : Pair(lmp)
{
  random = NULL;
  splitFDT_flag = false;
}

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