src/pec.f90: fix uninitialised memory use

If the condition `sccsa > zero` is not met, ratj{a,b}mx remain
unitialised and print_finals may write them to fort.7.
This commit is contained in:
Michele Guerini Rocco 2021-12-15 02:31:07 +01:00
parent 5a50ce1cef
commit b1694bc575
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -309,6 +309,8 @@ contains
rhotjfi = zero
ajmxfi = zero
drhotjfi = zero
ratjamx = zero
ratjbmx = zero
end if
end subroutine postproc_profiles