Updates to simplify model filename checking

This commit is contained in:
Patrick Shriwise 2022-12-06 14:40:02 -06:00
parent 270331aff9
commit bc1791d367
2 changed files with 18 additions and 14 deletions

View file

@ -21,8 +21,6 @@ void read_separate_xml_files();
//! Write some output that occurs right after initialization
void initial_output();
std::string args_xml_filename {};
} // namespace openmc
#endif // OPENMC_INITIALIZE_H