fix more bugs with dump_modify every/time

This commit is contained in:
Axel Kohlmeyer
2022-05-05 00:06:08 -04:00
parent bd4bbbddbe
commit 2b1716cb3a
2 changed files with 5 additions and 6 deletions

View File

@ -1086,6 +1086,7 @@ void Dump::modify_params(int narg, char **arg)
}
output->mode_dump[idump] = 1;
output->every_time_dump[idump] = delta;
output->next_dump[idump] = update->ntimestep;
iarg += 2;
} else if (strcmp(arg[iarg],"fileper") == 0) {