File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ struct ODESystem <: AbstractODESystem
4242 """
4343 jac:: RefValue{Matrix{Expression}}
4444 """
45- Wfact matrix. Note: this field will not be defined until
45+ ` Wfact` matrix. Note: this field will not be defined until
4646 [`generate_factorized_W`](@ref) is called on the system.
4747 """
4848 Wfact:: RefValue{Matrix{Expression}}
4949 """
50- Wfact_t matrix. Note: this field will not be defined until
50+ ` Wfact_t` matrix. Note: this field will not be defined until
5151 [`generate_factorized_W`](@ref) is called on the system.
5252 """
5353 Wfact_t:: RefValue{Matrix{Expression}}
Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ struct SDESystem <: AbstractODESystem
4848 """
4949 jac:: RefValue{Matrix{Expression}}
5050 """
51- Wfact matrix. Note: this field will not be defined until
51+ ` Wfact` matrix. Note: this field will not be defined until
5252 [`generate_factorized_W`](@ref) is called on the system.
5353 """
5454 Wfact:: RefValue{Matrix{Expression}}
5555 """
56- Wfact_t matrix. Note: this field will not be defined until
56+ ` Wfact_t` matrix. Note: this field will not be defined until
5757 [`generate_factorized_W`](@ref) is called on the system.
5858 """
5959 Wfact_t:: RefValue{Matrix{Expression}}
Original file line number Diff line number Diff line change 218218 z₁(t())
219219 z₂(t())
220220 z₃(t())
221- ```
221+ ```
222222"""
223223macro variables (xs... )
224224 esc (_parse_vars (:variables , Number, xs))
You can’t perform that action at this time.
0 commit comments