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

Philippe 17/03/2021: bugfix: missing declaration in endstep

parent a6a3ddce
No related branches found
No related tags found
No related merge requests found
!MNH_LIC Copyright 1994-2020 CNRS, Meteo-France and Universite Paul Sabatier !MNH_LIC Copyright 1994-2021 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence !MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt !MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC for details. version 1. !MNH_LIC for details. version 1.
...@@ -284,6 +284,7 @@ INTEGER:: JSV ! loop counters ...@@ -284,6 +284,7 @@ INTEGER:: JSV ! loop counters
INTEGER :: IIB, IIE ! index of first and last inner mass points along x INTEGER :: IIB, IIE ! index of first and last inner mass points along x
INTEGER :: IJB, IJE ! index of first and last inner mass points along y INTEGER :: IJB, IJE ! index of first and last inner mass points along y
real, dimension(:,:,:), allocatable :: zrhodjontime real, dimension(:,:,:), allocatable :: zrhodjontime
real, dimension(:,:,:), allocatable :: zwork
! !
!------------------------------------------------------------------------------ !------------------------------------------------------------------------------
! !
......
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