mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Add empty string default argument for external DAGMC Universe constructor
This commit is contained in:
parent
d9498216dd
commit
8bf7de39ca
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
// Create new DAGMC universe
|
||||
openmc::model::universes.push_back(
|
||||
std::make_unique<openmc::DAGUniverse>(dag_ptr, ""));
|
||||
std::make_unique<openmc::DAGUniverse>(dag_ptr));
|
||||
model::universe_map[model::universes.back()->id_] =
|
||||
model::universes.size() - 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue