Skip to content

Commit 4c4f738

Browse files
committed
test size h
1 parent 1cdc356 commit 4c4f738

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/fitpack_core.f90

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12232,7 +12232,7 @@ pure subroutine fpspgr(iopt,ider,u,mu,v,mv,r,mr,r0,r1,s, &
1223212232
end subroutine fpspgr
1223312233

1223412234

12235-
pure subroutine fpsphe(iopt,m,teta,phi,r,w,s,ntest,npest,eta,tol,maxit, &
12235+
subroutine fpsphe(iopt,m,teta,phi,r,w,s,ntest,npest,eta,tol,maxit, &
1223612236
ib1,ib3,nc,ncc,intest,nrest,nt,tt,np,tp,c,fp,sup,fpint,coord,f, &
1223712237
ff,row,coco,cosi,a,q,bt,bp,spt,spp,h,index,nummer,wrk,lwrk,ier)
1223812238

@@ -12270,6 +12270,8 @@ pure subroutine fpsphe(iopt,m,teta,phi,r,w,s,ntest,npest,eta,tol,maxit, &
1227012270
lwest = 0
1227112271
ntt = 0
1227212272
iband1 = 0
12273+
12274+
print *, 'ib3=',ib3,' size(h)=',size(h)
1227312275

1227412276
bootstrap: if (iopt>=0) then
1227512277

@@ -17233,7 +17235,7 @@ pure subroutine spgrid(iopt,ider,mu,u,mv,v,r,r0,r1,s, &
1723317235
end subroutine spgrid
1723417236

1723517237

17236-
pure subroutine sphere(iopt,m,teta,phi,r,w,s,ntest,npest, &
17238+
subroutine sphere(iopt,m,teta,phi,r,w,s,ntest,npest, &
1723717239
eps,nt,tt,np,tp,c,fp,wrk1,lwrk1,wrk2,lwrk2,iwrk,kwrk,ier)
1723817240

1723917241
! subroutine sphere determines a smooth bicubic spherical spline

0 commit comments

Comments
 (0)