mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Returning location of geometry read.
This commit is contained in:
parent
5278473ed9
commit
0323c3911e
1 changed files with 1 additions and 1 deletions
|
|
@ -124,9 +124,9 @@ contains
|
|||
type(VectorReal), allocatable :: sab_temps(:) ! List of T to read for each S(a,b)
|
||||
|
||||
call read_settings_xml()
|
||||
call read_geometry_xml()
|
||||
call read_cross_sections_xml()
|
||||
call read_materials_xml()
|
||||
call read_geometry_xml()
|
||||
|
||||
! Convert user IDs -> indices, assign temperatures
|
||||
call finalize_geometry(nuc_temps, sab_temps)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue