You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -731,7 +731,7 @@ function read_equations_options(options, syms_declared; requiredec = false)
731
731
requiredec &&throw(UndeclaredSymbolicError(
732
732
"Unrecognized symbol D was used as a differential in an equation: \"$eq\". Since the @require_declaration flag is set, all differentials in equations must be explicitly declared using the @differentials option."))
733
733
add_default_diff =true
734
-
excluded_syms =[excluded_syms;:D]
734
+
excluded_syms =push!(excluded_syms,:D)
735
735
end
736
736
737
737
# Any undecalred symbolic variables encountered should be extracted as variables.
0 commit comments