mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Move finalize_generation to C++
This commit is contained in:
parent
ccf1ced25e
commit
38afb5e2a4
10 changed files with 90 additions and 85 deletions
|
|
@ -352,11 +352,7 @@ extern "C" double total_source_strength()
|
|||
return strength;
|
||||
}
|
||||
|
||||
// Needed in fill_source_bank_fixedsource
|
||||
extern "C" int overall_generation();
|
||||
|
||||
//! Fill source bank at end of generation for fixed source simulations
|
||||
extern "C" void fill_source_bank_fixedsource()
|
||||
void fill_source_bank_fixedsource()
|
||||
{
|
||||
if (settings::path_source.empty()) {
|
||||
// Get pointer to source bank
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue