We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 666c3a0 + d8b470e commit 8a36fe4Copy full SHA for 8a36fe4
src/solutions/ode_solutions.jl
@@ -104,7 +104,7 @@ https://docs.sciml.ai/DiffEqDocs/stable/basics/solution/
104
successfully, whether it terminated early due to a user-defined callback, or whether it
105
exited due to an error. For more details, see
106
[the return code documentation](https://docs.sciml.ai/SciMLBase/stable/interfaces/Solutions/#retcodes).
107
-- `saved_subsystem`: a [`SavedSubsystem`](@ref) representing the subset of variables saved
+- `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.
110
"""
0 commit comments