I'm trying to call routines in the SHTOOLS library (written in fortran 95) from C. For example, one routine is:
subroutine PreCompute(lmax, zero, w, plx, wisdom_file, norm, csphase, cnorm)
integer, intent(in) :: lmax
real*8, intent(out) :: zero(:), w(:)
real*8, intent(out), optional ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.