From 476c6f3de69b2755434da005342c2f4f431f72b4 Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 29 Aug 2012 11:51:32 +0000 Subject: [PATCH] add a TODO git-svn-id: https://svn.dealii.org/trunk@26152 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/table_indices.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5