File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ struct ODESystem <: AbstractODESystem
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 @@ -53,7 +53,7 @@ struct SDESystem <: AbstractODESystem
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}}
You can’t perform that action at this time.
0 commit comments