From: Ralf Hartmann Date: Thu, 5 Apr 2001 13:43:53 +0000 (+0000) Subject: Include TODO. X-Git-Tag: v8.0.0~19403 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8523d086430c441290835a4c416ec490f8058a5;p=dealii.git Include TODO. git-svn-id: https://svn.dealii.org/trunk@4379 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; /**