File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10168,7 +10168,7 @@ function constructDverk(T::Type = Float64)
10168
10168
end
10169
10169
10170
10170
"""
10171
- EXPLICIT RUNGE-KUTFA METHODS WITH
10171
+ EXPLICIT RUNGE-KUTTA METHODS WITH
10172
10172
ESTIMATES OF THE LOCAL TRUNCATION ERROR
10173
10173
"""
10174
10174
function constructClassicVerner6(T::Type = Float64)
@@ -10192,7 +10192,7 @@ function constructClassicVerner6(T::Type = Float64)
10192
10192
end
10193
10193
10194
10194
"""
10195
- EXPLICIT RUNGE-KUTFA METHODS WITH
10195
+ EXPLICIT RUNGE-KUTTA METHODS WITH
10196
10196
ESTIMATES OF THE LOCAL TRUNCATION ERROR
10197
10197
"""
10198
10198
function constructClassicVerner7(T::Type = Float64)
@@ -10219,7 +10219,7 @@ function constructClassicVerner7(T::Type = Float64)
10219
10219
end
10220
10220
10221
10221
"""
10222
- EXPLICIT RUNGE-KUTFA METHODS WITH
10222
+ EXPLICIT RUNGE-KUTTA METHODS WITH
10223
10223
ESTIMATES OF THE LOCAL TRUNCATION ERROR
10224
10224
"""
10225
10225
function constructClassicVerner8(T::Type = Float64)
You can’t perform that action at this time.
0 commit comments