mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Refactor into function as suggested by review
This commit is contained in:
parent
728969c5f2
commit
7c2b695c98
2 changed files with 49 additions and 64 deletions
|
|
@ -72,6 +72,9 @@ Particle::Bank sample_external_source(uint64_t* seed);
|
|||
//! Fill source bank at end of generation for fixed source simulations
|
||||
void fill_source_bank_fixedsource();
|
||||
|
||||
//! Fill source bank at the end of a generation for dlopen based source simulation
|
||||
void fill_source_bank_dlopen_source();
|
||||
|
||||
void free_memory_source();
|
||||
|
||||
} // namespace openmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue