Skip to content
Snippets Groups Projects
Commit 6cc4cd9f authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 10/02/2023: bugfix: BLAZE: allocate all arrays to zero-size if not...

Philippe 10/02/2023: bugfix: BLAZE: allocate all arrays to zero-size if not used (4 of them were missing)
parent 6c52b541
No related branches found
No related tags found
No related merge requests found
......@@ -2102,6 +2102,10 @@ ELSE
ALLOCATE(XFMWALKIG(0,0,0))
ALLOCATE(XFMFLUXHDH(0,0,0))
ALLOCATE(XFMFLUXHDW(0,0,0))
ALLOCATE(XFMHWS(0,0,0))
ALLOCATE(XFMWINDU(0,0,0))
ALLOCATE(XFMWINDV(0,0,0))
ALLOCATE(XFMWINDW(0,0,0))
ALLOCATE(XGRADLSPHIX(0,0,0))
ALLOCATE(XGRADLSPHIY(0,0,0))
ALLOCATE(XFIREWIND(0,0,0))
......
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