Cannot compile with large MAXD
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user