From 9223745d2ecbcba0516b273c705fb9440cc85af6 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 5 Apr 2001 13:43:53 +0000 Subject: [PATCH] Include TODO. git-svn-id: https://svn.dealii.org/trunk@4379 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/matrices.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/deal.II/include/numerics/matrices.h b/deal.II/deal.II/include/numerics/matrices.h index f9e1200666..d0fdc993f7 100644 --- a/deal.II/deal.II/include/numerics/matrices.h +++ b/deal.II/deal.II/include/numerics/matrices.h @@ -181,6 +181,7 @@ template class FEValues; * * @author Wolfgang Bangerth, 1998, Ralf Hartmann, 2001 */ +//TODO: [WB] remove template arg and make functions static once FunctionMap is globalized template class MatrixCreator { @@ -197,6 +198,7 @@ class MatrixCreator * See the general documentation of this * class for more detail. */ +// TODO: [WB] use one global declaration of FunctionMap, rather than one in every place typedef typename std::map*> FunctionMap; /** -- 2.39.5