Skip to content

Commit 71c4cab

Browse files
typo
1 parent ed3be0d commit 71c4cab

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
@@ -759,7 +759,7 @@ function LocalScope(sym::Union{Num, Symbolic, Symbolics.Arr{Num}})
759759
if iscall(sym) && operation(sym) === getindex
760760
args = arguments(sym)
761761
a1 = setmetadata(args[1], SymScope, LocalScope())
762-
maketerm(typeof(sym), operation(sym), [a1, args[2:end]...];
762+
maketerm(typeof(sym), operation(sym), [a1, args[2:end]...],
763763
symtype(sym), metadata(sym))
764764
else
765765
setmetadata(sym, SymScope, LocalScope())

0 commit comments

Comments
 (0)