From 98cf79e61ebb4cdca6db9d0d6205e642be6c646e Mon Sep 17 00:00:00 2001 From: Tim Mattox Date: Thu, 9 Jun 2016 14:41:28 -0400 Subject: [PATCH] Remove unneeded and unused FixShardlow::setup_pre_force() --- src/USER-DPD/fix_shardlow.cpp | 7 ------- src/USER-DPD/fix_shardlow.h | 1 - 2 files changed, 8 deletions(-) diff --git a/src/USER-DPD/fix_shardlow.cpp b/src/USER-DPD/fix_shardlow.cpp index 80d9ab7007..51fc666721 100644 --- a/src/USER-DPD/fix_shardlow.cpp +++ b/src/USER-DPD/fix_shardlow.cpp @@ -143,13 +143,6 @@ void FixShardlow::setup(int vflag) } } -/* ---------------------------------------------------------------------- */ - -void FixShardlow::setup_pre_force(int vflag) -{ - neighbor->build_one(list); -} - /* ---------------------------------------------------------------------- Perform the stochastic integration and Shardlow update Allow for both per-type and per-atom mass diff --git a/src/USER-DPD/fix_shardlow.h b/src/USER-DPD/fix_shardlow.h index 8401eddf58..9cac67bfeb 100644 --- a/src/USER-DPD/fix_shardlow.h +++ b/src/USER-DPD/fix_shardlow.h @@ -31,7 +31,6 @@ class FixShardlow : public Fix { int setmask(); virtual void init_list(int,class NeighList *); virtual void setup(int); - virtual void setup_pre_force(int); virtual void initial_integrate(int); protected: