From: bangerth Date: Wed, 5 Sep 2007 03:52:27 +0000 (+0000) Subject: Augment a TODO X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f30d8382bd1458891a6e4eb07ee92ad7834dc1d;p=dealii-svn.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;