mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Moved read_cross_sections_xml call into read_input_xml.
This commit is contained in:
parent
fff4922cf8
commit
5fb4f52449
2 changed files with 1 additions and 4 deletions
|
|
@ -96,10 +96,6 @@ contains
|
|||
call neighbor_lists()
|
||||
|
||||
if (run_mode /= MODE_PLOTTING) then
|
||||
! Read cross section summary file to determine what files contain
|
||||
! cross-sections
|
||||
call read_cross_sections_xml()
|
||||
|
||||
! With the AWRs from the xs_listings, change all material specifications
|
||||
! so that they contain atom percents summing to 1
|
||||
call normalize_ao()
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ contains
|
|||
subroutine read_input_xml()
|
||||
|
||||
call read_settings_xml()
|
||||
call read_cross_sections_xml()
|
||||
call read_geometry_xml()
|
||||
call read_materials_xml()
|
||||
call read_tallies_xml()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue