Fix multipole and two other bugs

This commit is contained in:
Paul Romano 2018-12-21 14:30:28 -06:00
parent 620b71372b
commit 79ef612cb5
3 changed files with 21 additions and 5 deletions

View file

@ -193,6 +193,8 @@ extern "C" MaterialMacroXS material_xs;
//==============================================================================
extern "C" void set_micro_xs();
extern "C" void nuclide_multipole_eval(int i_nuclide, double E, double sqrtkT,
double* sig_s, double* sig_a, double* sig_f);
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);