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

Philippe 14/09/2022: bugfix: GALLOC/GALLOCM were not initialized

parent df314991
No related branches found
No related tags found
No related merge requests found
...@@ -538,6 +538,8 @@ SUBROUTINE STORE_GRID_1DIR_BOUNDS( HDIR, PHAT, PHATM, PHAT_BOUND, PHATM_BOUND ) ...@@ -538,6 +538,8 @@ SUBROUTINE STORE_GRID_1DIR_BOUNDS( HDIR, PHAT, PHATM, PHAT_BOUND, PHATM_BOUND )
REAL, DIMENSION(:), POINTER :: ZHAT_GLOB REAL, DIMENSION(:), POINTER :: ZHAT_GLOB
REAL, DIMENSION(:), POINTER :: ZHATM_GLOB REAL, DIMENSION(:), POINTER :: ZHATM_GLOB
GALLOC = .FALSE.
GALLOCM = .FALSE.
ZHAT_GLOB => NULL() ZHAT_GLOB => NULL()
ZHATM_GLOB => NULL() ZHATM_GLOB => NULL()
......
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