From 2f07a627a27dd152eadd4c6b51706992ca5cb7a0 Mon Sep 17 00:00:00 2001
From: Tim Mattox <timothy.mattox@engilitycorp.com>
Date: Tue, 11 Oct 2016 16:30:41 -0400
Subject: [PATCH] Forgot to remove my call to reset_dt()

---
 src/USER-DPD/fix_shardlow.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/USER-DPD/fix_shardlow.cpp b/src/USER-DPD/fix_shardlow.cpp
index 409b75b0fb..22022945ad 100644
--- a/src/USER-DPD/fix_shardlow.cpp
+++ b/src/USER-DPD/fix_shardlow.cpp
@@ -114,8 +114,6 @@ FixShardlow::FixShardlow(LAMMPS *lmp, int narg, char **arg) :
   atom->add_callback(0); // grow (aka exchange)
   atom->add_callback(1); // restart
   atom->add_callback(2); // border
-
-  reset_dt();
 }
 
 /* ---------------------------------------------------------------------- */
-- 
GitLab