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 12baa96 commit 90b9000Copy full SHA for 90b9000
src/systems/nonlinear/initializesystem.jl
@@ -94,7 +94,7 @@ function generate_initializesystem(sys::ODESystem;
94
if !algebraic_only
95
for eq in [get_initialization_eqs(sys); initialization_eqs]
96
_eq = ModelingToolkit.fixpoint_sub(eq, full_diffmap)
97
- push!(eqs_ics,_eq)
+ push!(eqs_ics, _eq)
98
end
99
100
0 commit comments