From: kanschat Date: Thu, 4 Nov 1999 22:18:36 +0000 (+0000) Subject: Done TensorIndex X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec2e5ff8c92c0404987df881f842c1d8f1005462;p=dealii-svn.git Done TensorIndex git-svn-id: https://svn.dealii.org/trunk@1831 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/Todo b/deal.II/base/Todo index 785d4d2507..fddd7026fc 100644 --- a/deal.II/base/Todo +++ b/deal.II/base/Todo @@ -23,13 +23,6 @@ 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. - - Fill in docs for the timer class. Hopefully finally find a way to let it measure times larger than half an hour. > Operating system dependence. Grrr. Guido - -Review the TensorIndex class. Better documentation, remove general - template. Move constructors to the back of the file, rather than - inline in the classes. Find out whether it is really needed. -> Remove !? Guido