add support for writing a dump file footer

This commit is contained in:
Axel Kohlmeyer
2022-06-17 15:53:04 -04:00
parent fe1feb58d8
commit b46773e398
4 changed files with 11 additions and 0 deletions

View File

@ -517,6 +517,8 @@ void Dump::write()
if (refreshflag) modify->compute[irefresh]->refresh();
if (filewriter && fp != nullptr) write_footer();
// if file per timestep, close file if I am filewriter
if (multifile) {