We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fe875 commit 3c7197bCopy full SHA for 3c7197b
lib/OrdinaryDiffEqSymplecticRK/src/algorithms.jl
@@ -30,7 +30,7 @@ struct VelocityVerlet <: OrdinaryDiffEqPartitionedAlgorithm end
30
verlet1967, "", "")
31
struct VerletLeapfrog <: OrdinaryDiffEqPartitionedAlgorithm end
32
33
-default_linear_interpolation(alg::VerletLeapfrog, prob) = true
+OrdinaryDiffEqCore.default_linear_interpolation(alg::VerletLeapfrog, prob) = true
34
35
@doc generic_solver_docstring("2nd order explicit symplectic integrator.",
36
"PseudoVerletLeapfrog",
0 commit comments