mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Convert remainder of tallies to C++
This commit is contained in:
parent
487b62f760
commit
0439eb0fa1
54 changed files with 410 additions and 1420 deletions
|
|
@ -327,15 +327,15 @@ Bank sample_external_source()
|
|||
return site;
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
// Fortran compatibility functions
|
||||
//==============================================================================
|
||||
|
||||
extern "C" void free_memory_source()
|
||||
void free_memory_source()
|
||||
{
|
||||
model::external_sources.clear();
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
// Fortran compatibility functions
|
||||
//==============================================================================
|
||||
|
||||
void fill_source_bank_fixedsource()
|
||||
{
|
||||
if (settings::path_source.empty()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue