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
@@ -726,7 +726,7 @@ function read_equations_options(options, syms_declared; requiredec = false)
726
726
727
727
# If the default differential (`D`) is used, record that it should be decalred later on.
728
728
729
-
if!in(eq, excluded_syms) &&find_D_call(eq)
729
+
if!in(eq, syms_declared) &&find_D_call(eq)
730
730
requiredec &&throw(UndeclaredSymbolicError(
731
731
"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."))
0 commit comments