Skip to content
Snippets Groups Projects
Commit d96ea172 authored by Jean Wurtz's avatar Jean Wurtz
Browse files

Bugfix : increasing JPVALMAX to 40

parent 81c590e5
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ REAL, DIMENSION(:), ALLOCATABLE :: XSKEW_WORK
!* 0.4 Variables for the Majority aggregation rule
! -------------------------------------------
!
INTEGER, PARAMETER :: JPVALMAX=20 ! Maximum number of different values
INTEGER, PARAMETER :: JPVALMAX=40 ! Maximum number of different values
! ! in each grid mesh
INTEGER, DIMENSION(:,:), ALLOCATABLE :: NVALNBR
! ! number of different values
......
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