Skip to content

Commit

Permalink
Merge pull request #912 from SciML/ChrisRackauckas-patch-2
Browse files Browse the repository at this point in the history
Reference SavedSubsystem in docs
  • Loading branch information
ChrisRackauckas authored Jan 20, 2025
2 parents 666c3a0 + d8b470e commit 8a36fe4
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 @@ -104,7 +104,7 @@ 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 [`SavedSubsystem`](@ref) representing the subset of variables saved
- `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.
"""
Expand Down

0 comments on commit 8a36fe4

Please sign in to comment.