Moved read_cross_sections_xml call into read_input_xml.

This commit is contained in:
Paul Romano 2012-06-30 22:35:56 -04:00
parent fff4922cf8
commit 5fb4f52449
2 changed files with 1 additions and 4 deletions

View file

@ -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()

View file

@ -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()