Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vibe33

    How to pass an array to Fortran 95 from C??

    Oh yes I'm using gfortran: GNU Fortran (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
  2. vibe33

    How to pass an array to Fortran 95 from C??

    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 ...

Part and Inventory Search

Back
Top