Skip to content

Commit 0c49c6d

Browse files
committed
re,move obsolete getsolver function
1 parent 6fae44b commit 0c49c6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core_systems/continuous_time_ode.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export CoupledODEs, ContinuousDynamicalSystem
55
###########################################################################################
66
# DiffEq options
77
###########################################################################################
8-
_get_solver(a) = haskey(a, :alg) ? a[:alg] : DEFAULT_SOLVER
98
const DEFAULT_SOLVER = Tsit5()
109
const DEFAULT_DIFFEQ_KWARGS = (abstol = 1e-6, reltol = 1e-6)
1110
const DEFAULT_DIFFEQ = (alg = DEFAULT_SOLVER, DEFAULT_DIFFEQ_KWARGS...)

0 commit comments

Comments
 (0)