Skip to content

Commit

Permalink
Merge pull request #2370 from ArnoStrouwen/constant
Browse files Browse the repository at this point in the history
remove unused MultistepAlgorithms  constant
  • Loading branch information
ChrisRackauckas authored Aug 12, 2024
2 parents 5e67179 + 558481e commit 2cbb1cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/OrdinaryDiffEqAdamsBashforthMoulton/src/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,3 @@ An adaptive order adaptive time Adams Moulton method.
It uses an order adaptivity algorithm is derived from Shampine's DDEABM.
"""
struct VCABM <: OrdinaryDiffEqAdamsVarOrderVarStepAlgorithm end

const MultistepAlgorithms = Union{
AB3, AB4, AB5, ABM32, ABM43, ABM54}

0 comments on commit 2cbb1cf

Please sign in to comment.