mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fix multipole and two other bugs
This commit is contained in:
parent
620b71372b
commit
79ef612cb5
3 changed files with 21 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue