| Current Path : /usr/local/python-3.13/lib/python3.13/site-packages/numpy/f2py/tests/src/regression/ |
| Current File : //usr/local/python-3.13/lib/python3.13/site-packages/numpy/f2py/tests/src/regression/incfile.f90 |
function add(n,m) result(b) implicit none include 'AB.inc' b = n + m end function add