From 8f30d8382bd1458891a6e4eb07ee92ad7834dc1d Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 5 Sep 2007 03:52:27 +0000 Subject: [PATCH] Augment a TODO git-svn-id: https://svn.dealii.org/trunk@15121 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_handler.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.5