mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
moved shared fission bank and event based functions around. Created new event files for event-based logic.
This commit is contained in:
parent
8aaa97a0bd
commit
e60dd30079
10 changed files with 324 additions and 279 deletions
|
|
@ -121,7 +121,7 @@ void run_particle_restart()
|
|||
p.filter_matches_.resize(model::tally_filters.size());
|
||||
|
||||
// Transport neutron
|
||||
transport_history_based_inner(p);
|
||||
transport_history_based_single_particle(p);
|
||||
|
||||
// Write output if particle made it
|
||||
print_particle(&p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue