diff options
Diffstat (limited to 'numpy/f2py/src/test/foo90.f90')
-rw-r--r-- | numpy/f2py/src/test/foo90.f90 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/numpy/f2py/src/test/foo90.f90 b/numpy/f2py/src/test/foo90.f90 deleted file mode 100644 index dbca7e95b..000000000 --- a/numpy/f2py/src/test/foo90.f90 +++ /dev/null @@ -1,13 +0,0 @@ -subroutine foo() - integer a - real*8 b,c(3) - common /foodata/ a,b,c - print*, " F: in foo" - a = 5 - b = 6.3 - c(2) = 9.1 -end subroutine foo - - - - |