Skip to content

Commit

Permalink
Update lib/OrdinaryDiffEqSymplecticRK/src/algorithms.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 20, 2024
1 parent 79fe875 commit 3c7197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqSymplecticRK/src/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct VelocityVerlet <: OrdinaryDiffEqPartitionedAlgorithm end
verlet1967, "", "")
struct VerletLeapfrog <: OrdinaryDiffEqPartitionedAlgorithm end

default_linear_interpolation(alg::VerletLeapfrog, prob) = true
OrdinaryDiffEqCore.default_linear_interpolation(alg::VerletLeapfrog, prob) = true

@doc generic_solver_docstring("2nd order explicit symplectic integrator.",
"PseudoVerletLeapfrog",
Expand Down

0 comments on commit 3c7197b

Please sign in to comment.