Skip to content

Commit

Permalink
fix internal euler depwarns
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 22, 2018
1 parent 696582a commit a5a94e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal_euler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module InternalEuler

using DiffEqBase
using DiffEqBase, LinearAlgebra

# make a algorithm type
abstract type EulerAlgs <: DiffEqBase.AbstractODEAlgorithm end
Expand Down

0 comments on commit a5a94e0

Please sign in to comment.