don't compress by default

This commit is contained in:
Erik B Knudsen 2022-10-14 01:41:21 +02:00
parent 5da08f6b0e
commit 344efa8de6

View file

@ -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);
}
}