Skip to content

Commit f85b219

Browse files
format
1 parent a5e275d commit f85b219

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,6 @@ function process_DEProblem(constructor, sys::AbstractODESystem, u0map, parammap;
866866
if (implicit_dae || calculate_massmatrix(sys) !== I) &&
867867
all(isequal(Continuous()), ci.var_domain) &&
868868
ModelingToolkit.get_tearing_state(sys) !== nothing
869-
870869
if eltype(u0map) <: Number
871870
u0map = unknowns(sys) .=> u0map
872871
end

0 commit comments

Comments
 (0)