mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Including break to skip mesh file write.
This commit is contained in:
parent
01efd1ef59
commit
09ad3e884a
1 changed files with 1 additions and 0 deletions
|
|
@ -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_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue