diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2021-09-03 19:05:38 +0300 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2021-09-03 19:05:38 +0300 |
commit | 345c9d9c4dd479755eb298dda4316809a4739fea (patch) | |
tree | 0ff3fde963e878125e97114589f6378396efe72b /numpy/f2py/crackfortran.py | |
parent | d880dce560fd6369d7418ba83c03cc5947993103 (diff) | |
download | numpy-345c9d9c4dd479755eb298dda4316809a4739fea.tar.gz |
Add ternary, ref, and deref expressions support.
Diffstat (limited to 'numpy/f2py/crackfortran.py')
-rwxr-xr-x | numpy/f2py/crackfortran.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/f2py/crackfortran.py b/numpy/f2py/crackfortran.py index 8cb1f73d2..2adca9fba 100755 --- a/numpy/f2py/crackfortran.py +++ b/numpy/f2py/crackfortran.py @@ -2609,8 +2609,8 @@ def analyzevars(block): # not defined in block['vars']. Here we assume # these correspond to Fortran/C intrinsic # functions or that are defined by other - # means. We'll let the compiler to validate - # the definiteness of such symbols. + # means. We'll let the compiler validate the + # definiteness of such symbols. dimension_exprs[d] = solver_and_deps vars[n]['dimension'].append(d) |