Skip to content
Snippets Groups Projects
Commit 20f2ab77 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

Typo

parent 537d05e6
No related branches found
No related tags found
No related merge requests found
...@@ -128,9 +128,9 @@ SUBROUTINE compute_Sapj ...@@ -128,9 +128,9 @@ SUBROUTINE compute_Sapj
! Set non linear sum truncation ! Set non linear sum truncation
IF (NL_CLOS .EQ. -2) THEN IF (NL_CLOS .EQ. -2) THEN
nmax = Jmaxe nmax = Jmaxi
ELSEIF (NL_CLOS .EQ. -1) THEN ELSEIF (NL_CLOS .EQ. -1) THEN
nmax = Jmaxe-(ij-1) nmax = Jmaxi-(ij-1)
ELSE ELSE
nmax = NL_CLOS nmax = NL_CLOS
ENDIF ENDIF
...@@ -150,7 +150,7 @@ SUBROUTINE compute_Sapj ...@@ -150,7 +150,7 @@ SUBROUTINE compute_Sapj
Gz_cmpx(ikr,ikz) = 0._dp ! initialization of the sum Gz_cmpx(ikr,ikz) = 0._dp ! initialization of the sum
Gr_cmpx(ikr,ikz) = 0._dp ! initialization of the sum Gr_cmpx(ikr,ikz) = 0._dp ! initialization of the sum
smax = MIN( (in-1)+(ij-1), jmaxe ); smax = MIN( (in-1)+(ij-1), jmaxi );
DO is = 1, smax+1 ! sum truncation on number of moments DO is = 1, smax+1 ! sum truncation on number of moments
Gz_cmpx(ikr,ikz) = Gz_cmpx(ikr,ikz) + & Gz_cmpx(ikr,ikz) = Gz_cmpx(ikr,ikz) + &
dnjs(in,ij,is) * moments_i(ip,is,ikr,ikz,updatetlevel) dnjs(in,ij,is) * moments_i(ip,is,ikr,ikz,updatetlevel)
......
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