merged correction from trunk rev 52 (spline coefficients dimensions)
This commit is contained in:
parent
20a995e79d
commit
ee98ed5eb5
@ -3459,7 +3459,7 @@ c
|
|||||||
parameter(lw20=nnw*2+nnh*4+nnw*nnh,lw02=nnw*4+nnh*2+nnw*nnh)
|
parameter(lw20=nnw*2+nnh*4+nnw*nnh,lw02=nnw*4+nnh*2+nnw*nnh)
|
||||||
parameter(lw11=nnw*3+nnh*3+nnw*nnh)
|
parameter(lw11=nnw*3+nnh*3+nnw*nnh)
|
||||||
parameter(nrs=1,nzs=1)
|
parameter(nrs=1,nzs=1)
|
||||||
dimension cc01(lw10),cc10(lw01),cc02(lw02),cc20(lw20),cc11(lw11)
|
dimension cc01(lw01),cc10(lw10),cc02(lw02),cc20(lw20),cc11(lw11)
|
||||||
dimension tfp(nrest),cfp(nrest),wrkfd(nrest)
|
dimension tfp(nrest),cfp(nrest),wrkfd(nrest)
|
||||||
c
|
c
|
||||||
common/eqnn/nr,nz,npp,nintp
|
common/eqnn/nr,nz,npp,nintp
|
||||||
|
Loading…
Reference in New Issue
Block a user