Commit 1f7693fa authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo

parent 2c5ea9fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -182,7 +182,7 @@ void FixHalt::end_of_step()


void FixHalt::post_run()
void FixHalt::post_run()
{
{
  // continue halt -> subsequent runs are allowd
  // continue halt -> subsequent runs are allowed


  if (eflag == CONTINUE) timer->reset_timeout();
  if (eflag == CONTINUE) timer->reset_timeout();
}
}