Commit 2f07a627 authored by Tim Mattox's avatar Tim Mattox
Browse files

Forgot to remove my call to reset_dt()

parent 559637f4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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();
}

/* ---------------------------------------------------------------------- */