Refactor into function as suggested by review

This commit is contained in:
Andrew Davis 2020-02-12 13:06:30 +00:00
parent 728969c5f2
commit 7c2b695c98
2 changed files with 49 additions and 64 deletions

View file

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