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
/
value_attrspec
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
gh21665.f90
190 B
-rw-r--r--
2024-04-12 10:39:51
Edit
Del
Editing: gh21665.f90
(190 B)
Path: /usr/local/python-3.12/lib/python3.12/site-packages/numpy/f2py/tests/src/value_attrspec/gh21665.f90
Back
module fortfuncs implicit none contains subroutine square(x,y) integer, intent(in), value :: x integer, intent(out) :: y y = x*x end subroutine square end module fortfuncs