Skip to content

Commit 8eb2440

Browse files
committed
nops cannot currently be a vector, so removed check in ArrayReferenceMeta constructor.
1 parent cf2df70 commit 8eb2440

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/reconstruct_loopset.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ function ArrayReferenceMeta(
7676
opsym = opsymbols[ind]
7777
if expandedv[ind]
7878
nops = nopsv[ind]
79-
if isa(nops, Vector)
80-
n = first(nops)
81-
if all(isequal(n), nops)
82-
nops = n
83-
end
84-
end
8579
for j 0:nops-1
8680
pushfirst!(index_vec, expandedopname(opsym, j))
8781
pushfirst!(loopedindex, false)

0 commit comments

Comments
 (0)