We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2267dd1 commit 506a26eCopy full SHA for 506a26e
src/systems/abstractsystem.jl
@@ -472,7 +472,7 @@ function namespace_defaults(sys)
472
for (k, v) in pairs(defs))
473
end
474
475
-function namespace_equations(sys::AbstractSystem, ivs = nothing)
+function namespace_equations(sys::AbstractSystem, ivs = independent_variables(sys))
476
eqs = equations(sys)
477
isempty(eqs) && return Equation[]
478
map(eq -> namespace_equation(eq, sys; ivs), eqs)
0 commit comments