PHP 8.2.30
Preview: foo.f90 Size: 347 B
//opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/f2py/tests/src/kind/foo.f90


subroutine selectedrealkind(p, r, res)
  implicit none
  
  integer, intent(in) :: p, r
  !f2py integer :: r=0
  integer, intent(out) :: res
  res = selected_real_kind(p, r)

end subroutine

subroutine selectedintkind(p, res)
  implicit none

  integer, intent(in) :: p
  integer, intent(out) :: res
  res = selected_int_kind(p)

end subroutine

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
347 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).