]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove two exceptions that are apparently no longer used. 16874/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 8 Apr 2024 20:27:49 +0000 (14:27 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 8 Apr 2024 20:27:49 +0000 (14:27 -0600)
source/grid/tria.cc

index 0eaaa200a2c3bed56af2b323b62e59564a9f9898..617cac79d908af70ef2aecc7bd233687522f80b0 100644 (file)
@@ -1884,28 +1884,6 @@ namespace internal
      * Exception
      * @ingroup Exceptions
      */
-    DeclException2(ExcLineInexistant,
-                   int,
-                   int,
-                   << "While trying to assign a boundary indicator to a line: "
-                   << "the line with end vertices " << arg1 << " and " << arg2
-                   << " does not exist.");
-    /**
-     * Exception
-     * @ingroup Exceptions
-     */
-    DeclException4(ExcQuadInexistant,
-                   int,
-                   int,
-                   int,
-                   int,
-                   << "While trying to assign a boundary indicator to a quad: "
-                   << "the quad with bounding lines " << arg1 << ", " << arg2
-                   << ", " << arg3 << ", " << arg4 << " does not exist.");
-    /**
-     * Exception
-     * @ingroup Exceptions
-     */
     DeclException3(
       ExcInteriorLineCantBeBoundary,
       int,

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.