Skip to content

Commit 558481e

Browse files
committed
remove unused MultistepAlgorithms constant
1 parent 5e67179 commit 558481e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/OrdinaryDiffEqAdamsBashforthMoulton/src/algorithms.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,3 @@ An adaptive order adaptive time Adams Moulton method.
137137
It uses an order adaptivity algorithm is derived from Shampine's DDEABM.
138138
"""
139139
struct VCABM <: OrdinaryDiffEqAdamsVarOrderVarStepAlgorithm end
140-
141-
const MultistepAlgorithms = Union{
142-
AB3, AB4, AB5, ABM32, ABM43, ABM54}

0 commit comments

Comments
 (0)