mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
don't compress by default
This commit is contained in:
parent
5da08f6b0e
commit
344efa8de6
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ void write_mcpl_source_point(const char *filename, bool surf_source_bank)
|
|||
|
||||
if (mpi::master) {
|
||||
//change this - this is h5 specific
|
||||
mcpl_closeandgzip_outfile(file_id);
|
||||
mcpl_close_outfile(file_id);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue