mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update tracking.F90
This commit is contained in:
parent
6ecc40676e
commit
e61a04ee91
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ contains
|
|||
p % event = EVENT_SURFACE
|
||||
end if
|
||||
! Score cell to cell partial currents
|
||||
if(active_cell_to_cell_tallies%size()>2) call score_partial_current(p)
|
||||
if(active_cell_to_cell_tallies%size()>0) call score_partial_current(p)
|
||||
else
|
||||
! ====================================================================
|
||||
! PARTICLE HAS COLLISION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue