mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Convert sample_element to C++ and remove physics.F90
This commit is contained in:
parent
9f8ebf527b
commit
1138b5bb45
5 changed files with 42 additions and 98 deletions
|
|
@ -44,7 +44,7 @@ void sample_nuclide(const Particle* p, int mt, int* i_nuclide, int* i_nuc_mat);
|
|||
void create_fission_sites(Particle* p, int i_nuclide, const Reaction* rx,
|
||||
Bank* bank_array, int64_t* bank_size, int64_t bank_capacity);
|
||||
|
||||
extern "C" int sample_element(Particle* p);
|
||||
int sample_element(Particle* p);
|
||||
|
||||
Reaction* sample_fission(int i_nuclide, double E);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue