mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
alias is now checked with method check_for_node
This commit is contained in:
parent
a334a0d685
commit
dd1fa29460
1 changed files with 1 additions and 1 deletions
|
|
@ -2936,7 +2936,7 @@ contains
|
|||
|
||||
! create dictionary entry for both name and alias
|
||||
call xs_listing_dict % add_key(listing % name, i)
|
||||
if (listing % alias /= '') then
|
||||
if (check_for_node(node_ace, "alias")) then
|
||||
call xs_listing_dict % add_key(listing % alias, i)
|
||||
end if
|
||||
end do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue