summaryrefslogtreecommitdiff
path: root/numpy/f2py/docs/usersguide/fib1.pyf
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/docs/usersguide/fib1.pyf')
-rw-r--r--numpy/f2py/docs/usersguide/fib1.pyf12
1 files changed, 0 insertions, 12 deletions
diff --git a/numpy/f2py/docs/usersguide/fib1.pyf b/numpy/f2py/docs/usersguide/fib1.pyf
deleted file mode 100644
index 3d6cc0a54..000000000
--- a/numpy/f2py/docs/usersguide/fib1.pyf
+++ /dev/null
@@ -1,12 +0,0 @@
-! -*- f90 -*-
-python module fib2 ! in
- interface ! in :fib2
- subroutine fib(a,n) ! in :fib2:fib1.f
- real*8 dimension(n) :: a
- integer optional,check(len(a)>=n),depend(a) :: n=len(a)
- end subroutine fib
- end interface
-end python module fib2
-
-! This file was auto-generated with f2py (version:2.28.198-1366).
-! See http://cens.ioc.ee/projects/f2py2e/