mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Python source class refactor (#2524)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
ee7b95245a
commit
eda39ad9ca
146 changed files with 648 additions and 4310 deletions
|
|
@ -458,7 +458,7 @@ void read_settings_xml(pugi::xml_node root)
|
|||
|
||||
// Create custom source
|
||||
model::external_sources.push_back(
|
||||
make_unique<CustomSourceWrapper>(path, parameters));
|
||||
make_unique<CompiledSourceWrapper>(path, parameters));
|
||||
} else {
|
||||
model::external_sources.push_back(make_unique<IndependentSource>(node));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue