Skip to content
Snippets Groups Projects
Commit 30cebcc6 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

closure fix for P=0,J=0 case

parent 0ba231f3
Branches
Tags
No related merge requests found
......@@ -80,7 +80,9 @@ SUBROUTINE set_closure_model
nmaxarray(ij) = jmax - jarray(ij+ngj/2)
ENDDO
ELSE
nmaxarray(:) = nmax
DO ij = 1,local_nj
nmaxarray(ij) = MIN(nmax,jmax)
ENDDO
ENDIF
CASE('anti_laguerre_aliasing')
DO ij = 1,local_nj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment