mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fix writing of region specification in summary file.
This commit is contained in:
parent
52fe3f5b76
commit
f0da87cde0
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ contains
|
|||
region_spec = trim(region_spec) // " )"
|
||||
case (OP_COMPLEMENT)
|
||||
region_spec = trim(region_spec) // " ~"
|
||||
case (OP_INTERSECTION)
|
||||
case (OP_UNION)
|
||||
region_spec = trim(region_spec) // " ^"
|
||||
case default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue