Skip to content

Commit

Permalink
update for latest 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Feb 15, 2017
1 parent d4fb98c commit 51834b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
julia 0.5
Compat 0.8.8
SpecialFunctions 0.1
4 changes: 3 additions & 1 deletion src/FastGaussQuadrature.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module FastGaussQuadrature

using Compat
using Compat, SpecialFunctions

export gausslegendre
export gausschebyshev
Expand All @@ -11,6 +11,8 @@ export gausslobatto
export gaussradau
export besselroots

import SpecialFunctions: besselj, airyai, airyaiprime

include("gausslegendre.jl")
include("gausschebyshev.jl")
include("gausslaguerre.jl")
Expand Down

0 comments on commit 51834b5

Please sign in to comment.