Skip to content

Commit 10dbf4a

Browse files
Update src/systems/problem_utils.jl
1 parent 7910cdb commit 10dbf4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/problem_utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,6 @@ function process_SciMLProblem(
790790
op, missing_unknowns, missing_pars = build_operating_point!(sys,
791791
u0map, pmap, defs, cmap, dvs, ps)
792792

793-
# Main.@infiltrate sys isa NonlinearSystem
794793
if u0_constructor === identity && u0Type <: StaticArray
795794
u0_constructor = vals -> SymbolicUtils.Code.create_array(
796795
u0Type, eltype(vals), Val(1), Val(length(vals)), vals...)

0 commit comments

Comments
 (0)