From 1ba888865fa5db8db6a043c2853b8b67ac62808f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 18 Mar 2015 18:39:04 -0500 Subject: [PATCH] Remove exceptions that are either unused or available in the global namespace. --- include/deal.II/base/tensor_function.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/include/deal.II/base/tensor_function.h b/include/deal.II/base/tensor_function.h index 7b92000d2d..f7196f00da 100644 --- a/include/deal.II/base/tensor_function.h +++ b/include/deal.II/base/tensor_function.h @@ -102,19 +102,6 @@ public: */ virtual void gradient_list (const std::vector > &points, std::vector &gradients) const; - - /** - * Exception - */ - DeclException0 (ExcPureFunctionCalled); - /** - * Exception - */ - DeclException2 (ExcVectorHasWrongSize, - int, int, - << "The vector has size " << arg1 << " but should have " - << arg2 << " elements."); - }; -- 2.39.5