Skip to content

Commit 252fca2

Browse files
committed
Ensure arguments are integer arrays
1 parent 6452502 commit 252fca2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bin/c.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def is_scalar(name, cty, f):
5656
] or
5757
name.startswith("alpha") or
5858
name.startswith("beta") or
59-
name.startswith("ifail") or
6059
name.startswith("inc") or
6160
name.startswith("k") or
6261
name.startswith("ld") or

bin/fortran.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def is_scalar(name, cty, f):
6262
] or
6363
name.startswith("alpha") or
6464
name.startswith("beta") or
65-
name.startswith("ifail") or
6665
name.startswith("inc") or
6766
name.startswith("k") or
6867
name.startswith("ld") or

0 commit comments

Comments
 (0)