📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-28 07:53:56
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
f2py
/
tests
/
src
/
f2cmap
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/f2py/tests/src/f2cmap
🔄 Refresh
✏️
Editing: isoFortranEnvMap.f90
Read Only
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 Cf2py intent(hide) :: n res = sum(x) end
💾 Save Changes
❌ Cancel