Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / f2py / tests / src / routines / subrout.pyf
Size: Mime:
python module subrout ! in
    interface  ! in :subrout
        subroutine subrout_default(a,b,c) ! in :subrout:subrout.f
            fortranname subrout
            real*8 :: a
            real*8 :: b
            real*8, intent(out) :: c
        end subroutine subrout_default
    end interface
end python module subrout