]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove exceptions that are either unused or available in the global namespace.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 18 Mar 2015 23:39:04 +0000 (18:39 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 18 Mar 2015 23:39:04 +0000 (18:39 -0500)
include/deal.II/base/tensor_function.h

index 7b92000d2da226485aa04b3673a2939c41d84f8c..f7196f00dac94bfcd42de5122e2f97368e18cc73 100644 (file)
@@ -102,19 +102,6 @@ public:
    */
   virtual void gradient_list (const std::vector<Point<dim> >   &points,
                               std::vector<gradient_type> &gradients) const;
-
-  /**
-   * Exception
-   */
-  DeclException0 (ExcPureFunctionCalled);
-  /**
-   * Exception
-   */
-  DeclException2 (ExcVectorHasWrongSize,
-                  int, int,
-                  << "The vector has size " << arg1 << " but should have "
-                  << arg2 << " elements.");
-
 };
 
 

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.