Skip to content

Commit

Permalink
add LinearAlgebra
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 5, 2018
1 parent b093db0 commit 50284cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DiffEqProblemLibrary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ __precompile__(false)

module DiffEqProblemLibrary

using DiffEqBase, ParameterizedFunctions, DiffEqOperators, DiffEqBiological
using DiffEqBase, ParameterizedFunctions, DiffEqOperators, DiffEqBiological,
LinearAlgebra

include("ode/ode_premade_problems.jl")
include("dae_premade_problems.jl")
Expand Down

0 comments on commit 50284cc

Please sign in to comment.