Skip to content

Commit 345c9d9

Browse files
committed
Add ternary, ref, and deref expressions support.
1 parent d880dce commit 345c9d9

File tree

3 files changed

+348
-172
lines changed

3 files changed

+348
-172
lines changed

numpy/f2py/crackfortran.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2609,8 +2609,8 @@ def analyzevars(block):
26092609
# not defined in block['vars']. Here we assume
26102610
# these correspond to Fortran/C intrinsic
26112611
# functions or that are defined by other
2612-
# means. We'll let the compiler to validate
2613-
# the definiteness of such symbols.
2612+
# means. We'll let the compiler validate the
2613+
# definiteness of such symbols.
26142614
dimension_exprs[d] = solver_and_deps
26152615
vars[n]['dimension'].append(d)
26162616

0 commit comments

Comments
 (0)