From: Guido Kanschat Date: Wed, 29 Aug 2012 11:51:32 +0000 (+0000) Subject: add a TODO X-Git-Tag: v8.0.0~2220 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d45ebefa330b8fe1769c9e48ce6e503357c5cb66;p=dealii.git add a TODO git-svn-id: https://svn.dealii.org/trunk@26152 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/table_indices.h b/deal.II/include/deal.II/base/table_indices.h index c13cce5afb..00cb35584f 100644 --- a/deal.II/include/deal.II/base/table_indices.h +++ b/deal.II/include/deal.II/base/table_indices.h @@ -147,7 +147,8 @@ class TableIndices<1> : public TableIndicesBase<1> TableIndices (const unsigned int index1); }; - +//TODO: Remove the default arguments and trickery below and put all +//the constructors into the class demplate /** * Array of indices of fixed size used for the TableBase