/
opt
/
imh-python
/
lib
/
python3.9
/
site-packages
/
numpy
/
f2py
/
tests
/
src
/
value_attrspec
/
/opt/imh-python/lib/python3.9/site-packages/numpy/f2py/tests/src/value_attrspec
mkdir
upload
Name
Size
Mode
Actions
gh21665.f90
190
0644
edit
dl
rm
Edit:
/opt/imh-python/lib/python3.9/site-packages/numpy/f2py/tests/src/value_attrspec/gh21665.f90
(190B)
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
Save
cmd:
run