Skip to content

Commit

Permalink
Updated compats for QuadGK
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Nov 6, 2024
1 parent fd5d59f commit 18c7254
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ NLsolve = "4.3.0"
NearestNeighbors = "0.4.8"
PolynomialBases = "0.4.12"
Preferences = "1.4"
QuadGK = "2.3.1, 2.4"
QuadGK = "2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 2.20, 2.11"
Random = "1"
SparseArrays = "1"
SparseMatricesCSR = "0.6.4"
Expand Down
7 changes: 4 additions & 3 deletions src/CellData/CellData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ using Test
using DocStringExtensions
using FillArrays

using NearestNeighbors
using StaticArrays
using DataStructures

using Gridap.Helpers
using Gridap.Algebra
using Gridap.Arrays
Expand All @@ -17,9 +21,6 @@ using Gridap.Fields
using Gridap.ReferenceFEs
using Gridap.Geometry

using NearestNeighbors
using StaticArrays

import Gridap.Arrays: lazy_append
import Gridap.Arrays: get_array
import Gridap.Arrays: evaluate!
Expand Down
1 change: 0 additions & 1 deletion src/CellData/DomainContributions.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using DataStructures

"""
"""
Expand Down

0 comments on commit 18c7254

Please sign in to comment.