diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-09 10:50:22 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-09 10:50:22 -0700 |
commit | dccda3fc9acd6c1f1d3084cffb4fe6f65c007275 (patch) | |
tree | 0f8fd3e2c70dc620cad1f7bd8964416956eb8757 /numpy | |
parent | 695e78d4d78038a7f694ab2701f28d84a58db664 (diff) | |
parent | 1c3615f16239808d518c0dc86bfc34541fd1ce4a (diff) | |
download | numpy-dccda3fc9acd6c1f1d3084cffb4fe6f65c007275.tar.gz |
Merge pull request #6962 from rehassachdeva/BugFixes
MAINT, STY: Removed unused variable in f2py/f90mod_rules.py
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/f2py/f90mod_rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/f90mod_rules.py b/numpy/f2py/f90mod_rules.py index ec3a24839..85eae8047 100644 --- a/numpy/f2py/f90mod_rules.py +++ b/numpy/f2py/f90mod_rules.py @@ -49,7 +49,7 @@ def findf90modules(m): fgetdims1 = """\ external f2pysetdata logical ns - integer r,i,j + integer r,i integer(%d) s(*) ns = .FALSE. if (allocated(d)) then |