This commit is contained in:
Axel Kohlmeyer
2016-10-18 14:06:43 -04:00
parent 2c5ea9fc61
commit 1f7693faf2

View File

@ -182,7 +182,7 @@ void FixHalt::end_of_step()
void FixHalt::post_run()
{
// continue halt -> subsequent runs are allowd
// continue halt -> subsequent runs are allowed
if (eflag == CONTINUE) timer->reset_timeout();
}