mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fixed trace on gfortran builds.
This commit is contained in:
parent
01c51c130d
commit
992abf62b8
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ contains
|
|||
end if
|
||||
|
||||
! Particle trace
|
||||
if (size(trace_) > 0) then
|
||||
if (associated(trace_)) then
|
||||
trace_cycle = trace_(1)
|
||||
trace_particle = trace_(2)
|
||||
end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue