Cannot compile with large MAXD

This commit is contained in:
2023-01-04 10:32:46 +01:00
parent 400a507ca2
commit 76988379d9

View File

@@ -55,10 +55,10 @@ C and maximum number of points in the depth distribution MAXD
C This is the only point where the number of layers and depth
C profile are changed. All other parameters should be changed
C accordingly.
PARAMETER (MAXD=10000)
PARAMETER (MAXD=1000)
PARAMETER (MAXNL=100)
C Maximum number of elements in each layer, was limited to 5.
PARAMETER (MAXEL=20)
C PARAMETER (MAXEL=20)
PARAMETER (MAXD1=MAXD+1)
PARAMETER (MAXD2=MAXD+2)
PARAMETER (MAXD5=MAXD*5)