Fixed trace on gfortran builds.

This commit is contained in:
Paul Romano 2011-12-05 22:56:27 -05:00
parent 01c51c130d
commit 992abf62b8

View file

@ -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