Skip to content
Snippets Groups Projects
Commit 2f07a627 authored by Tim Mattox's avatar Tim Mattox
Browse files

Forgot to remove my call to reset_dt()

parent 559637f4
No related branches found
No related tags found
No related merge requests found
...@@ -114,8 +114,6 @@ FixShardlow::FixShardlow(LAMMPS *lmp, int narg, char **arg) : ...@@ -114,8 +114,6 @@ FixShardlow::FixShardlow(LAMMPS *lmp, int narg, char **arg) :
atom->add_callback(0); // grow (aka exchange) atom->add_callback(0); // grow (aka exchange)
atom->add_callback(1); // restart atom->add_callback(1); // restart
atom->add_callback(2); // border atom->add_callback(2); // border
reset_dt();
} }
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment