Skip to content

Commit

Permalink
Merge pull request #73 from gridap/bump_compat_AbstractTrees
Browse files Browse the repository at this point in the history
Set compat for AbstractTrees as in Gridap
  • Loading branch information
ericneiva authored Dec 12, 2023
2 parents 4aad36d + f993330 commit 4cf152d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AbstractTrees = "0.3.3"
AbstractTrees = "0.3.3, 0.4"
Combinatorics = "1"
FillArrays = "0.10, 0.11, 0.12, 0.13"
Gridap = "0.17.13"
Expand Down
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ makedocs(;
repo="https://github.com/gridap/GridapEmbedded.jl/blob/{commit}{path}#L{line}",
sitename="GridapEmbedded.jl",
authors="Francesc Verdugo <fverdugo@cimne.upc.edu>",
assets=String[],
)

deploydocs(;
Expand Down
6 changes: 0 additions & 6 deletions src/Interfaces/Cutters.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
abstract type Cutter <: GridapType end

"""
cut(cutter::Cutter,background,geom) -> EmbeddedDiscretization
"""
function cut(cutter::Cutter,background,geom)
@abstractmethod
end
Expand All @@ -11,9 +8,6 @@ function compute_bgcell_to_inoutcut(cutter::Cutter,background,geom)
@abstractmethod
end

"""
cut_facets(cutter::Cutter,background,geom) -> EmbeddedDiscretization
"""
function cut_facets(cutter::Cutter,background,geom)
@abstractmethod
end
Expand Down

0 comments on commit 4cf152d

Please sign in to comment.