Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 10, 2023
1 parent c190753 commit f9c38ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dense/generic_dense.jl
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ function _ode_interpolant(Θ, dt, y₀, y₁, k, cache, idxs, T::Type{Val{TI}},
if y₀ isa Number
differential_vars = true
elseif idxs === nothing
differential_vars = Trues(size(out))
differential_vars = Trues(size(y₀))
elseif idxs isa Number
differential_vars = true
else
Expand Down

0 comments on commit f9c38ba

Please sign in to comment.