From: wolf Date: Mon, 9 Aug 1999 13:43:20 +0000 (+0000) Subject: Take over from deal.II/Todo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11bd6ed4f8a22e350af39583c20504b6b98f9815;p=dealii-svn.git Take over from deal.II/Todo git-svn-id: https://svn.dealii.org/trunk@1635 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. + +