Including break to skip mesh file write.

This commit is contained in:
Patrick Shriwise 2020-03-06 18:09:03 -06:00
parent 01efd1ef59
commit 09ad3e884a

View file

@ -700,6 +700,7 @@ void write_unstructured_mesh_results() {
warning(fmt::format("Skipping unstructured mesh writing for tally "
"{0}. More than one filter is present on the tally.",
tally->id_));
break;
}
int n_realizations = tally->n_realizations_;