mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Add bindings for getting multipole attributes of Nuclide
This commit is contained in:
parent
e8af7a2d16
commit
b34283ca40
3 changed files with 31 additions and 13 deletions
|
|
@ -160,7 +160,11 @@ extern "C" MaterialMacroXS material_xs;
|
|||
// Fortran compatibility
|
||||
//==============================================================================
|
||||
|
||||
void set_micro_xs();
|
||||
extern "C" void set_micro_xs();
|
||||
extern "C" bool nuclide_wmp_present(int i_nuclide);
|
||||
extern "C" double nuclide_wmp_emin(int i_nuclide);
|
||||
extern "C" double nuclide_wmp_emax(int i_nuclide);
|
||||
|
||||
|
||||
} // namespace openmc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue