Skip to content

Commit 90b9000

Browse files
Update src/systems/nonlinear/initializesystem.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 12baa96 commit 90b9000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/nonlinear/initializesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function generate_initializesystem(sys::ODESystem;
9494
if !algebraic_only
9595
for eq in [get_initialization_eqs(sys); initialization_eqs]
9696
_eq = ModelingToolkit.fixpoint_sub(eq, full_diffmap)
97-
push!(eqs_ics,_eq)
97+
push!(eqs_ics, _eq)
9898
end
9999
end
100100

0 commit comments

Comments
 (0)