Skip to content

Commit 2461721

Browse files
Merge pull request #914 from SciML/ChrisRackauckas-patch-2
Remove savedsubsystem mention
2 parents 432d14d + eb779ce commit 2461721

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SciMLBase"
22
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
33
authors = ["Chris Rackauckas <[email protected]> and contributors"]
4-
version = "2.71.2"
4+
version = "2.71.3"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

src/solutions/ode_solutions.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ https://docs.sciml.ai/DiffEqDocs/stable/basics/solution/
104104
successfully, whether it terminated early due to a user-defined callback, or whether it
105105
exited due to an error. For more details, see
106106
[the return code documentation](https://docs.sciml.ai/SciMLBase/stable/interfaces/Solutions/#retcodes).
107-
- `saved_subsystem`: a [`SciMLBase.SavedSubsystem`](@ref) representing the subset of variables saved
108-
in this solution, or `nothing` if all variables are saved. Here "variables" refers to
109-
both continuous-time state variables and timeseries parameters.
110107
"""
111108
struct ODESolution{T, N, uType, uType2, DType, tType, rateType, discType, P, A, IType, S,
112109
AC <: Union{Nothing, Vector{Int}}, R, O, V} <:

0 commit comments

Comments
 (0)