Skip to content
Snippets Groups Projects
Commit 24ae184b authored by Wautelet Philippe's avatar Wautelet Philippe
Browse files

Philippe 03/11/2021: Sources_neg_correct: always allocate zls (necessary to...

Philippe 03/11/2021: Sources_neg_correct: always allocate zls (necessary to prevent crash with mppdb_check of it)
parent d3136d28
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,8 @@ if ( hcloud == 'ICE3' .or. hcloud == 'ICE4' .or. hcloud == 'LIMA' ) then
if ( krr > 3 ) then
allocate( zcor( jiu, jju, jku ) )
end if
else
allocate( zls(0, 0, 0) )
end if
if ( .not. Associated( zcor ) ) Allocate( zcor(0, 0, 0) )
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment