Skip to content

Commit

Permalink
solve QuadGK bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentcp committed Apr 24, 2019
1 parent fcae73d commit dbf67b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CompactTranslatesDict.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__precompile__()
module CompactTranslatesDict

using BasisFunctions, CardinalBSplines, DomainSets, QuadGK
using BasisFunctions, CardinalBSplines, DomainSets
using LinearAlgebra, FFTW

import Base: ==, getindex, length, size, unsafe_getindex, checkbounds
Expand Down

0 comments on commit dbf67b2

Please sign in to comment.