From: Wolfgang Bangerth Date: Wed, 5 Sep 2007 03:52:27 +0000 (+0000) Subject: Augment a TODO X-Git-Tag: v8.0.0~9927 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b249b9387eacc5777edbd7bdfa823d6d74836732;p=dealii.git Augment a TODO git-svn-id: https://svn.dealii.org/trunk@15121 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_handler.cc b/deal.II/deal.II/source/dofs/dof_handler.cc index 5a1991a9ae..777a72a21b 100644 --- a/deal.II/deal.II/source/dofs/dof_handler.cc +++ b/deal.II/deal.II/source/dofs/dof_handler.cc @@ -30,7 +30,9 @@ DEAL_II_NAMESPACE_OPEN -//TODO[WB]: do not use a plain pointer for faces, but rather an auto_ptr or some such thing +//TODO[WB]: do not use a plain pointer for DoFHandler::faces, but rather an +//auto_ptr or some such thing. alternatively, why not use the DoFFaces object +//right away? template const unsigned int DoFHandler::dimension;