diff options
Diffstat (limited to 'doc/f2py/pyforttest.pyf')
-rw-r--r-- | doc/f2py/pyforttest.pyf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/f2py/pyforttest.pyf b/doc/f2py/pyforttest.pyf deleted file mode 100644 index 79a9ae205..000000000 --- a/doc/f2py/pyforttest.pyf +++ /dev/null @@ -1,5 +0,0 @@ -subroutine foo(a,m,n) -integer m = size(a,1) -integer n = size(a,2) -real, intent(inout) :: a(m,n) -end subroutine foo |