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