Changes in output.cpp from PullRequest Inc. review

This commit is contained in:
Paul Romano 2020-04-22 16:51:22 -05:00
parent a8ef1ea195
commit 2c923f9f5c
3 changed files with 8 additions and 42 deletions

View file

@ -345,11 +345,6 @@ void finalize_batch()
simulation::n_realizations = 0;
}
if (settings::run_mode == RunMode::EIGENVALUE) {
// Write batch output
if (mpi::master && settings::verbosity >= 7) print_batch_keff();
}
// Check_triggers
if (mpi::master) check_triggers();
#ifdef OPENMC_MPI
@ -442,9 +437,7 @@ void finalize_generation()
// Write generation output
if (mpi::master && settings::verbosity >= 7) {
if (simulation::current_gen != settings::gen_per_batch) {
print_generation();
}
print_generation();
}
}