Skip to content

Commit

Permalink
Update ode_solutions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa authored May 26, 2023
1 parent 321238b commit 7ba9fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solutions/ode_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7ba9fc8

Please sign in to comment.