Skip to content
Snippets Groups Projects
Commit e0967d61 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan Committed by WAUTELET Philippe
Browse files

Juan 24/11/2015: cast to INT array size argument

parent 68b1d1dc
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ REAL(KIND=JPRB) :: ZHOOK_HANDLE
!* original grid
REAL :: ZLAT0, ZLON0, ZRPK, ZBETA, ZLATOR, ZLONOR
INTEGER :: IIMAX, IJMAX
REAL, DIMENSION(PGRID_PAR(11)) :: ZX, ZY, ZDX, ZDY
REAL, DIMENSION(INT(PGRID_PAR(11))) :: ZX, ZY, ZDX, ZDY
!
!* extended grid
INTEGER :: IIMAX_EXTENDED, IJMAX_EXTENDED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment