From 11bd6ed4f8a22e350af39583c20504b6b98f9815 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 9 Aug 1999 13:43:20 +0000 Subject: [PATCH] Take over from deal.II/Todo git-svn-id: https://svn.dealii.org/trunk@1635 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/Todo | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/base/Todo b/deal.II/base/Todo index 19e8a5eb97..9f89909af8 100644 --- a/deal.II/base/Todo +++ b/deal.II/base/Todo @@ -14,3 +14,10 @@ Think about the determinant function in the tensor package. Is it Put Tensor<1,dim>::array_size directly into the array type. At present, egcs 1.1.2 chokes on that. + + +Check the pattern matching in the parameter handler module using + the C++ exception handling mechanism rather than Asserts, since + this should be on also when debug mode is off. + + -- 2.39.5