Skip to content

Commit

Permalink
Add src/deprecated.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz committed Aug 3, 2024
1 parent b42345c commit 18df3e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/deprecated.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Base.@deprecate propagate(maxsteps, jd0, tspan, ::Val{true}; dynamics = NBP_pN_A_J23E_J23M_J2S_threads!,
nast = 343, order = order, abstol = abstol, parse_eqs = true) propagate(maxsteps, jd0, tspan; dynamics = NBP_pN_A_J23E_J23M_J2S_threads!,
nast = 343, order = order, abstol = abstol, parse_eqs = true)
Base.@deprecate propagate(maxsteps, jd0, tspan, ::Val{false}; dynamics = NBP_pN_A_J23E_J23M_J2S_threads!,
nast = 343, order = order, abstol = abstol, parse_eqs = true) error("PlanetaryEphemeris.propagate always returns dense output.")

0 comments on commit 18df3e6

Please sign in to comment.