Skip to content

Commit 76e47ec

Browse files
authored
typo
1 parent 44f8694 commit 76e47ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqBDF/src/algorithms.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ like `KenCarp4`, but instead using a multistep BDF approach",
156156
ark = false,
157157
order,
158158
""")
159-
struct SBDF{CS, AD, F, F2 FDT, ST, CJ, K, T} <:
159+
struct SBDF{CS, AD, F, F2, FDT, ST, CJ, K, T} <:
160160
OrdinaryDiffEqNewtonAlgorithm{CS, AD, FDT, ST, CJ}
161161
linsolve::F
162162
nlsolve::F2

0 commit comments

Comments
 (0)