diff options
author | rehassachdeva <aquannie@gmail.com> | 2016-01-07 08:16:05 +0530 |
---|---|---|
committer | rehassachdeva <aquannie@gmail.com> | 2016-01-07 08:16:05 +0530 |
commit | 1c3615f16239808d518c0dc86bfc34541fd1ce4a (patch) | |
tree | 59f8e42f0e94c0c095cbf30a06ded3834b0ef2f2 /numpy | |
parent | 25c8d1c2d3590c63645d5267807b15be9abd00e4 (diff) | |
download | numpy-1c3615f16239808d518c0dc86bfc34541fd1ce4a.tar.gz |
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 |