AlkantarClanX12

Your IP : 3.129.211.116


Current Path : /opt/cloudlinux/venv/lib64/python3.11/site-packages/numpy/f2py/tests/src/callback/
Upload File :
Current File : //opt/cloudlinux/venv/lib64/python3.11/site-packages/numpy/f2py/tests/src/callback/gh17797.f90

function gh17797(f, y) result(r)
  external f
  integer(8) :: r, f
  integer(8), dimension(:) :: y
  r = f(0)
  r = r + sum(y)
end function gh17797