mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Make sure region specification gets written correctly in summary.h5
This commit is contained in:
parent
e3436d625b
commit
fa8bbfd43f
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ contains
|
|||
region_spec = trim(region_spec) // " ~"
|
||||
case (OP_INTERSECTION)
|
||||
case (OP_UNION)
|
||||
region_spec = trim(region_spec) // " ^"
|
||||
region_spec = trim(region_spec) // " |"
|
||||
case default
|
||||
region_spec = trim(region_spec) // " " // to_str(&
|
||||
sign(surfaces(abs(k))%obj%id, k))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue