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

Commit

Permalink
Merge pull request #165 from SciML/ChrisRackauckas-patch-2
Browse files Browse the repository at this point in the history
use PolyCompat
  • Loading branch information
ChrisRackauckas authored Jan 24, 2021
2 parents 4abc751 + e8b0f0d commit 4ead6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ODE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ __precompile__()
module ODE

using Polynomials, LinearAlgebra
using Polynomials.PolyCompat
using Compat
using Reexport
@reexport using DiffEqBase
Expand Down

0 comments on commit 4ead6b9

Please sign in to comment.