From f993330b9e158e4cb4e9ea0f7fcf97795ef31c56 Mon Sep 17 00:00:00 2001 From: Eric Neiva Date: Mon, 11 Dec 2023 19:30:24 +0100 Subject: [PATCH] Deleted two rogue docstrings not included in the manual --- src/Interfaces/Cutters.jl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Interfaces/Cutters.jl b/src/Interfaces/Cutters.jl index e806c41..5104430 100644 --- a/src/Interfaces/Cutters.jl +++ b/src/Interfaces/Cutters.jl @@ -1,8 +1,5 @@ abstract type Cutter <: GridapType end -""" - cut(cutter::Cutter,background,geom) -> EmbeddedDiscretization -""" function cut(cutter::Cutter,background,geom) @abstractmethod end @@ -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