Skip to content

Commit b24e77e

Browse files
Update src/systems/diffeqs/odesystem.jl
Co-authored-by: Fredrik Bagge Carlson <baggepinnen@gmail.com>
1 parent 73e9510 commit b24e77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/odesystem.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ struct ODESystem <: AbstractODESystem
137137
"""
138138
parameter_dependencies::Vector{Equation}
139139
"""
140-
Mapping of conditions which should be true throughout the solve to corresponding error
140+
Mapping of conditions which should be true throughout the solution process to corresponding error
141141
messages. These will be added to the equations when calling `debug_system`.
142142
"""
143143
assertions::Dict{BasicSymbolic, String}

0 commit comments

Comments
 (0)