mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
formatting sweep
This commit is contained in:
parent
1f3bc2c4d3
commit
63ef983f19
16 changed files with 37 additions and 53 deletions
|
|
@ -34,7 +34,7 @@ void free_memory_bank()
|
|||
simulation::source_bank.clear();
|
||||
simulation::fission_bank.clear();
|
||||
if( simulation::shared_fission_bank != nullptr )
|
||||
delete[] simulation::shared_fission_bank;
|
||||
delete[] simulation::shared_fission_bank;
|
||||
simulation::shared_fission_bank = nullptr;
|
||||
simulation::shared_fission_bank_length = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue