diff options
Diffstat (limited to 'numpy/f2py/doc/ex1/arr.f')
-rw-r--r-- | numpy/f2py/doc/ex1/arr.f | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/f2py/doc/ex1/arr.f b/numpy/f2py/doc/ex1/arr.f new file mode 100644 index 000000000..c4e49988f --- /dev/null +++ b/numpy/f2py/doc/ex1/arr.f @@ -0,0 +1,4 @@ + subroutine arr(l,m,n,a) + integer l,m,n + real*8 a(l,m,n) + end |