Skip to content

Commit

Permalink
Deleted two rogue docstrings not included in the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ericneiva committed Dec 11, 2023
1 parent 060763c commit f993330
Showing 1 changed file with 0 additions and 6 deletions.
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 f993330

Please sign in to comment.