From 05cafb716fcbafd6e4c8417ea8ab65cd04bbfeb8 Mon Sep 17 00:00:00 2001
From: Tim Mattox <timothy.mattox@engilitycorp.com>
Date: Wed, 18 Jan 2017 15:51:50 -0500
Subject: [PATCH] USER-DPD: cleanup initialization of splitFDT_flag in
 pair_dpd_fdt.cpp

---
 src/USER-DPD/pair_dpd_fdt.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/USER-DPD/pair_dpd_fdt.cpp b/src/USER-DPD/pair_dpd_fdt.cpp
index f2c4c8f099..332804b8db 100644
--- a/src/USER-DPD/pair_dpd_fdt.cpp
+++ b/src/USER-DPD/pair_dpd_fdt.cpp
@@ -43,6 +43,7 @@ using namespace LAMMPS_NS;
 PairDPDfdt::PairDPDfdt(LAMMPS *lmp) : Pair(lmp)
 {
   random = NULL;
+  splitFDT_flag = false;
 }
 
 /* ---------------------------------------------------------------------- */
-- 
GitLab