From 379ef19d38e018fe0d5af11f0076e95afd16c322 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 12 Sep 2002 21:55:00 +0000 Subject: [PATCH] Remove seemingly unnecessary exception. git-svn-id: https://svn.dealii.org/trunk@6408 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/tensor.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deal.II/base/include/base/tensor.h b/deal.II/base/include/base/tensor.h index 52ea6f6ffe..4530dbd915 100644 --- a/deal.II/base/include/base/tensor.h +++ b/deal.II/base/include/base/tensor.h @@ -179,12 +179,6 @@ class Tensor */ static unsigned int memory_consumption (); -// /** -// * Exception -// */ -// DeclException2(ExcWrongVectorSize, unsigned, int, << "Tensor has " << arg1 -// << " entries, but vector has size " << arg2); - private: /** * Array of tensors holding the -- 2.39.5