Skip to content

Commit 30f8ba6

Browse files
committed
Just look into Arrays because AbstractArray can lie
1 parent f32cd90 commit 30f8ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/abstractsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ function namespace_expr(O, sys) where {T}
379379
else
380380
similarterm(O, operation(O), renamed)
381381
end
382-
elseif O isa AbstractArray
382+
elseif O isa Array
383383
map(Base.Fix2(namespace_expr, sys), O)
384384
else
385385
O

0 commit comments

Comments
 (0)