Add bindings for getting multipole attributes of Nuclide

This commit is contained in:
Paul Romano 2018-11-21 14:14:59 -06:00
parent e8af7a2d16
commit b34283ca40
3 changed files with 31 additions and 13 deletions

View file

@ -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