]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove unused exceptions 5942/head
authorTimo Heister <timo.heister@gmail.com>
Wed, 21 Feb 2018 22:01:43 +0000 (17:01 -0500)
committerTimo Heister <timo.heister@gmail.com>
Wed, 21 Feb 2018 22:01:43 +0000 (17:01 -0500)
include/deal.II/grid/tria_levels.h
include/deal.II/grid/tria_objects.h

index b1a3c2feacce85521ebf31f856bd0db6c3073b00..9f40265015a4f71e53a2743d7ab82a9d6c222646 100644 (file)
@@ -190,14 +190,6 @@ namespace internal
       void serialize(Archive &ar,
                      const unsigned int version);
 
-      /**
-       * Exception
-       */
-      DeclException3 (ExcMemoryWasted,
-                      char *, int, int,
-                      << "The container " << arg1 << " contains "
-                      << arg2 << " elements, but it`s capacity is "
-                      << arg3 << ".");
       /**
        * Exception
        */
@@ -251,14 +243,6 @@ namespace internal
       void serialize(Archive &ar,
                      const unsigned int version);
 
-      /**
-       * Exception
-       */
-      DeclException3 (ExcMemoryWasted,
-                      char *, int, int,
-                      << "The container " << arg1 << " contains "
-                      << arg2 << " elements, but it`s capacity is "
-                      << arg3 << ".");
       /**
        * Exception
        */
index 70868c65b5695ba51570a743a97e089861ce9925..3f30a226a24d19fe1e0b7972d1d620e274f0de33 100644 (file)
@@ -301,14 +301,6 @@ namespace internal
       void serialize(Archive &ar,
                      const unsigned int version);
 
-      /**
-       * Exception
-       */
-      DeclException3 (ExcMemoryWasted,
-                      char *, int, int,
-                      << "The container " << arg1 << " contains "
-                      << arg2 << " elements, but it`s capacity is "
-                      << arg3 << ".");
       /**
        * Exception
        * @ingroup Exceptions
@@ -318,14 +310,6 @@ namespace internal
                       << "The containers have sizes " << arg1 << " and "
                       << arg2 << ", which is not as expected.");
 
-      /**
-       * Exception
-       */
-      DeclException2 (ExcWrongIterator,
-                      char *, char *,
-                      << "You asked for the next free " << arg1 << "_iterator, "
-                      "but you can only ask for " << arg2 <<"_iterators.");
-
       /**
        * dealii::Triangulation objects can either access a user pointer or a
        * user index. What you tried to do is trying to access one of those

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.