]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove specialization for GeometryInfo<1>::face_to_cell_lines
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 9 Jan 2020 18:39:48 +0000 (13:39 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Fri, 10 Jan 2020 18:59:01 +0000 (13:59 -0500)
include/deal.II/base/geometry_info.h

index ee20c7c1d91225e5c926d08d6a5b21ee53a0b235..9bd8fbcbdc8849fe13bdd4f405ac3f54232bea27 100644 (file)
@@ -4272,26 +4272,6 @@ GeometryInfo<4>::child_cell_on_face(const RefinementCase<4> &,
 
 
 
-template <>
-inline unsigned int
-GeometryInfo<1>::face_to_cell_lines(const unsigned int face,
-                                    const unsigned int line,
-                                    const bool,
-                                    const bool,
-                                    const bool)
-{
-  (void)face;
-  (void)line;
-  Assert(face + 1 < faces_per_cell + 1, ExcIndexRange(face, 0, faces_per_cell));
-  Assert(line + 1 < lines_per_face + 1, ExcIndexRange(line, 0, lines_per_face));
-
-  // There is only a single line, so
-  // it must be this.
-  return 0;
-}
-
-
-
 template <>
 inline unsigned int
 GeometryInfo<2>::face_to_cell_lines(const unsigned int face,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.