File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2552,7 +2552,9 @@ subroutine read_cross_sections_xml()
25522552
25532553 ! create dictionary entry for both name and alias
25542554 call xs_listing_dict % add_key(listing % name, i)
2555- call xs_listing_dict % add_key(listing % alias, i)
2555+ if (listing % alias /= ' ' ) then
2556+ call xs_listing_dict % add_key(listing % alias, i)
2557+ end if
25562558 end do
25572559
25582560 end subroutine read_cross_sections_xml
Original file line number Diff line number Diff line change 77
88 <typedef name =" ace_table_xml" >
99 <component name =" name" type =" word" length =" 15" />
10- <component name =" alias" type =" word" length =" 15" />
10+ <component name =" alias" type =" word" length =" 15" default = " '' " />
1111 <component name =" type" type =" word" length =" 10" default =" 'neutron'" />
1212 <component name =" zaid" type =" integer" default =" 0" />
1313 <component name =" metastable" type =" integer" default =" 0" />
You can’t perform that action at this time.
0 commit comments