Skip to content

Commit

Permalink
Provide cache accessors only for abstract types
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz committed Dec 10, 2024
1 parent f9128d4 commit 56f1402
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/integrator/cache.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ struct TaylorIntegrationLyapunovSpectrumCache{TV, XV, PSOL, XAUX, X0, Λ, ΛTSUM
vⱼ::VJ
end

x0(c::TaylorIntegrationLyapunovSpectrumCache) = c.x0
λ(c::TaylorIntegrationLyapunovSpectrumCache) = c.λ
λtsum(c::TaylorIntegrationLyapunovSpectrumCache) = c.λtsum

# TaylorIntegrationLyapunovSpectrumTRangeCache

struct TaylorIntegrationLyapunovSpectrumTRangeCache{TV, XV, PSOL, XAUX, X0, X1, Λ, ΛTSUM, ΔX, DΔX, JAC, VARSAUX, QQH, RRH, AJ, QI, VJ} <: AbstractTaylorIntegrationVectorCache
Expand All @@ -91,8 +87,3 @@ struct TaylorIntegrationLyapunovSpectrumTRangeCache{TV, XV, PSOL, XAUX, X0, X1,
qᵢ::QI
vⱼ::VJ
end

x0(c::TaylorIntegrationLyapunovSpectrumTRangeCache) = c.x0
x1(c::TaylorIntegrationLyapunovSpectrumTRangeCache) = c.x1
λ(c::TaylorIntegrationLyapunovSpectrumTRangeCache) = c.λ
λtsum(c::TaylorIntegrationLyapunovSpectrumTRangeCache) = c.λtsum

0 comments on commit 56f1402

Please sign in to comment.