/
opt
/
imh-python
/
lib
/
python3.9
/
site-packages
/
numpy
/
f2py
/
tests
/
src
/
f2cmap
/
/opt/imh-python/lib/python3.9/site-packages/numpy/f2py/tests/src/f2cmap
mkdir
upload
Name
Size
Mode
Actions
.f2py_f2cmap
82
0644
edit
dl
rm
isoFortranEnvMap.f90
298
0644
edit
dl
rm
Edit:
/opt/imh-python/lib/python3.9/site-packages/numpy/f2py/tests/src/f2cmap/isoFortranEnvMap.f90
(298B)
subroutine func1(n, x, res) use, intrinsic :: iso_fortran_env, only: int64, real64 implicit none integer(int64), intent(in) :: n real(real64), intent(in) :: x(n) real(real64), intent(out) :: res !f2py intent(hide) :: n res = sum(x) end
Save
cmd:
run