mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Returning universe index from the original dagmc function now.
This commit is contained in:
parent
be5318fdb0
commit
ef21ec493b
2 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ namespace model {
|
|||
//==============================================================================
|
||||
|
||||
void load_dagmc_geometry();
|
||||
void create_dagmc_universe(const std::string& filename);
|
||||
int32_t create_dagmc_universe(const std::string& filename);
|
||||
void read_geometry_dagmc();
|
||||
bool read_uwuw_materials(pugi::xml_document& doc);
|
||||
bool get_uwuw_materials_xml(std::string& s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue