Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Aug 30, 2024
1 parent 44f8694 commit 76e47ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqBDF/src/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ like `KenCarp4`, but instead using a multistep BDF approach",
ark = false,
order,
""")
struct SBDF{CS, AD, F, F2 FDT, ST, CJ, K, T} <:
struct SBDF{CS, AD, F, F2, FDT, ST, CJ, K, T} <:
OrdinaryDiffEqNewtonAlgorithm{CS, AD, FDT, ST, CJ}
linsolve::F
nlsolve::F2
Expand Down

0 comments on commit 76e47ec

Please sign in to comment.