Skip to content

Commit 67bd859

Browse files
Merge pull request #107 from viivgit/patch-1
Fix typos in references in ode_tableaus.jl
2 parents 0b22c28 + d89bbe7 commit 67bd859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ode_tableaus.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10168,7 +10168,7 @@ function constructDverk(T::Type = Float64)
1016810168
end
1016910169

1017010170
"""
10171-
EXPLICIT RUNGE-KUTFA METHODS WITH
10171+
EXPLICIT RUNGE-KUTTA METHODS WITH
1017210172
ESTIMATES OF THE LOCAL TRUNCATION ERROR
1017310173
"""
1017410174
function constructClassicVerner6(T::Type = Float64)
@@ -10192,7 +10192,7 @@ function constructClassicVerner6(T::Type = Float64)
1019210192
end
1019310193

1019410194
"""
10195-
EXPLICIT RUNGE-KUTFA METHODS WITH
10195+
EXPLICIT RUNGE-KUTTA METHODS WITH
1019610196
ESTIMATES OF THE LOCAL TRUNCATION ERROR
1019710197
"""
1019810198
function constructClassicVerner7(T::Type = Float64)
@@ -10219,7 +10219,7 @@ function constructClassicVerner7(T::Type = Float64)
1021910219
end
1022010220

1022110221
"""
10222-
EXPLICIT RUNGE-KUTFA METHODS WITH
10222+
EXPLICIT RUNGE-KUTTA METHODS WITH
1022310223
ESTIMATES OF THE LOCAL TRUNCATION ERROR
1022410224
"""
1022510225
function constructClassicVerner8(T::Type = Float64)

0 commit comments

Comments
 (0)