Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
local
/
python-3.12
/
lib
/
python3.12
/
site-packages
/
numpy
/
f2py
/
tests
/
src
/
kind
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
foo.f90
347 B
-rw-r--r--
2024-04-12 10:39:51
Edit
Del
Editing: foo.f90
(347 B)
Path: /usr/local/python-3.12/lib/python3.12/site-packages/numpy/f2py/tests/src/kind/foo.f90
Back
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