Reverting change in summary file.

This commit is contained in:
Patrick Shriwise 2020-12-14 18:25:07 +00:00 committed by GitHub
parent 7a294ce267
commit f0d09e4c7d

View file

@ -14,11 +14,6 @@ namespace openmc {
void write_summary()
{
#ifdef MPI
if (!mpi::master) return;
#endif
// Display output message
write_message("Writing summary.h5 file...", 5);