diff --git a/src/solutions/ode_solutions.jl b/src/solutions/ode_solutions.jl index 994f96d1a..4d956f9ab 100644 --- a/src/solutions/ode_solutions.jl +++ b/src/solutions/ode_solutions.jl @@ -42,7 +42,7 @@ struct ODESolution{T, N, uType, uType2, DType, tType, rateType, P, A, IType, S, stats::S alg_choice::AC retcode::ReturnCode.T - subsolutions::Union{SSS, Nothing} + subsolutions::SSS end Base.@propagate_inbounds function Base.getproperty(x::AbstractODESolution, s::Symbol)