Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Update ODE.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 2, 2019
1 parent 829cb1d commit 0ee8eef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ODE.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
__precompile__()
# Ordinary Differential Equation Solvers

# Ordinary Differential Equation Solvers

module ODE

using Polynomials, LinearAlgebra
Expand All @@ -14,7 +12,7 @@ import DiffEqBase: solve

const warnkeywords =
(:save_idxs, :d_discontinuities, :isoutofdomain, :unstable_check,
:calck, :progress, :timeseries_steps,
:calck, :progress,
:internalnorm, :gamma, :beta1, :beta2, :qmax, :qmin, :qoldinit)

function __init__()
Expand Down

0 comments on commit 0ee8eef

Please sign in to comment.