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

Philippe 27/10/2021: bugfix: correct loop boundaries

parent c0b45c74
Branches
Tags
No related merge requests found
...@@ -363,7 +363,7 @@ ELSE ...@@ -363,7 +363,7 @@ ELSE
! !
! 5.1.4 riming of the small sized aggregates ! 5.1.4 riming of the small sized aggregates
! !
DO CONCURRENT( JJ = 1 : IGRIM ) DO CONCURRENT( JJ = 1 : ISIZE )
IF ( GRIM(JJ) ) THEN IF ( GRIM(JJ) ) THEN
PRS_TEND(JJ, IRCRIMSS) = XCRIMSS * ZZW(JJ) * PRCT(JJ) & ! RCRIMSS PRS_TEND(JJ, IRCRIMSS) = XCRIMSS * ZZW(JJ) * PRCT(JJ) & ! RCRIMSS
#ifndef MNH_BITREP #ifndef MNH_BITREP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment