Skip to content

Commit 2cbb1cf

Browse files
Merge pull request #2370 from ArnoStrouwen/constant
remove unused MultistepAlgorithms constant
2 parents 5e67179 + 558481e commit 2cbb1cf

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)