summaryrefslogtreecommitdiff
path: root/numpy/f2py/doc/ex1/foo.f
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/doc/ex1/foo.f')
-rw-r--r--numpy/f2py/doc/ex1/foo.f5
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/f2py/doc/ex1/foo.f b/numpy/f2py/doc/ex1/foo.f
deleted file mode 100644
index cdcac4103..000000000
--- a/numpy/f2py/doc/ex1/foo.f
+++ /dev/null
@@ -1,5 +0,0 @@
- subroutine foo(a)
- integer a
-cf2py intent(in,out) :: a
- a = a + 5
- end