Skip to content

Commit

Permalink
Merge pull request #914 from SciML/ChrisRackauckas-patch-2
Browse files Browse the repository at this point in the history
Remove savedsubsystem mention
  • Loading branch information
ChrisRackauckas authored Jan 20, 2025
2 parents 432d14d + eb779ce commit 2461721
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SciMLBase"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
authors = ["Chris Rackauckas <[email protected]> and contributors"]
version = "2.71.2"
version = "2.71.3"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
3 changes: 0 additions & 3 deletions src/solutions/ode_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ https://docs.sciml.ai/DiffEqDocs/stable/basics/solution/
successfully, whether it terminated early due to a user-defined callback, or whether it
exited due to an error. For more details, see
[the return code documentation](https://docs.sciml.ai/SciMLBase/stable/interfaces/Solutions/#retcodes).
- `saved_subsystem`: a [`SciMLBase.SavedSubsystem`](@ref) representing the subset of variables saved
in this solution, or `nothing` if all variables are saved. Here "variables" refers to
both continuous-time state variables and timeseries parameters.
"""
struct ODESolution{T, N, uType, uType2, DType, tType, rateType, discType, P, A, IType, S,
AC <: Union{Nothing, Vector{Int}}, R, O, V} <:
Expand Down

0 comments on commit 2461721

Please sign in to comment.