PyPI Browser
Go
numpy/f2py/tests/src/regression/incfile.f90
Browse
numpy
numpy-2.1.3-cp313-cp313-macosx_11_0_arm64.whl
numpy/f2py/tests/src/regression/incfile.f90
1
2
3
4
5
function
add
(
n
,
m
)
result
(
b
)
implicit none
include
'AB.inc'
b
=
n
+
m
end function
add
Metadata
Size
92 bytes
Mimetype
Unknown
Mode
-rw-r--r--
View Raw File