Remove unneeded and unused FixShardlow::setup_pre_force()

This commit is contained in:
Tim Mattox
2016-06-09 14:41:28 -04:00
parent c680971b4c
commit 98cf79e61e
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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: