Skip to content

Commit f7db578

Browse files
Update src/initialize_dae.jl
1 parent 7920626 commit f7db578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/initialize_dae.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ function _initialize_dae!(integrator, prob::ODEProblem,
528528
if isAD
529529
csize = count(algebraic_vars)
530530
if !(p isa SciMLBase.NullParameters) && typeof(_u) !== typeof(u)
531-
if SciMLSturctures.isscimlstructure(p)
531+
if SciMLStructures.isscimlstructure(p)
532532
csize = max(csize, length(canonicalize(Tunable(), p)[1]))
533533
else
534534
csize = max(csize, length(p))

0 commit comments

Comments
 (0)