Skip to content

Commit 22422be

Browse files
committed
Update fitpack_core_c.f90
1 parent 4c4f738 commit 22422be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fitpack_core_c.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ subroutine pogrid_c(iopt,ider,mu,u,mv,v,z,z0,r,s,nuest,nvest,nu,tu,nv,tv, &
301301

302302
end subroutine pogrid_c
303303

304-
pure subroutine sphere_c(iopt,m,teta,phi,r,w,s,ntest,npest,eps,nt,tt,np,tp,c, &
304+
subroutine sphere_c(iopt,m,teta,phi,r,w,s,ntest,npest,eps,nt,tt,np,tp,c, &
305305
fp,wrk1,lwrk1,wrk2,lwrk2,iwrk,kwrk,ier) bind(C,name='sphere_c')
306306
integer(FP_SIZE), intent(in), value :: iopt,m,ntest,npest,lwrk1,lwrk2,kwrk
307307
real(FP_REAL), intent(in), value :: s,eps

0 commit comments

Comments
 (0)