mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Addressing some comments from PR
This commit is contained in:
parent
d034e1de9c
commit
b76825fa9f
6 changed files with 64 additions and 34 deletions
|
|
@ -106,7 +106,7 @@ int openmc_init(int argc, char* argv[], const void* intracomm)
|
|||
openmc::openmc_set_seed(DEFAULT_SEED);
|
||||
|
||||
// Read XML input files
|
||||
if (!read_model_xml()) read_input_xml();
|
||||
if (!read_model_xml()) read_separate_xml_files();
|
||||
|
||||
// Write some initial output under the header if needed
|
||||
initial_output();
|
||||
|
|
@ -371,7 +371,7 @@ bool read_model_xml() {
|
|||
return true;
|
||||
}
|
||||
|
||||
void read_input_xml()
|
||||
void read_separate_xml_files()
|
||||
{
|
||||
read_settings_xml();
|
||||
read_cross_sections_xml();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue