mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Put library and library_map in data namespace
This commit is contained in:
parent
de666e3291
commit
7d6ab8d72d
3 changed files with 36 additions and 20 deletions
|
|
@ -122,7 +122,7 @@ void read_mg_cross_sections_header_c(hid_t file_id)
|
|||
Library lib {};
|
||||
lib.type_ = Library::Type::neutron;
|
||||
lib.materials_.push_back(name);
|
||||
libraries.push_back(lib);
|
||||
data::libraries.push_back(lib);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue