mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Add properties to settings w/ documentation, c++ loading of filename, and python round-trip test (#3808)
Co-authored-by: Patrick C Shriwise <pshriwise@gmail.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
4bda85f17e
commit
dd6d31bfae
8 changed files with 129 additions and 4 deletions
|
|
@ -115,6 +115,8 @@ extern std::string path_sourcepoint; //!< path to a source file
|
|||
extern std::string path_statepoint; //!< path to a statepoint file
|
||||
extern std::string weight_windows_file; //!< Location of weight window file to
|
||||
//!< load on simulation initialization
|
||||
extern std::string properties_file; //!< Location of properties file to
|
||||
//!< load on simulation initialization
|
||||
|
||||
// This is required because the c_str() may not be the first thing in
|
||||
// std::string. Sometimes it is, but it seems libc++ may not be like that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue