From: bangerth Date: Thu, 27 Jul 2006 15:03:14 +0000 (+0000) Subject: Add a todo, reindent in two places X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d320d0203e2f709f4270e0db573473fe761cd7;p=dealii-svn.git Add a todo, reindent in two places git-svn-id: https://svn.dealii.org/trunk@13443 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 9512d259ef..b6d6d9a2e1 100644 --- a/deal.II/deal.II/source/dofs/dof_handler.cc +++ b/deal.II/deal.II/source/dofs/dof_handler.cc @@ -28,6 +28,8 @@ #include +//TODO[WB]: do not use a plain pointer for faces, but rather an auto_ptr or some such thing + template const unsigned int DoFHandler::dimension; @@ -2555,14 +2557,14 @@ void DoFHandler<3>::reserve_space () faces->quads.dofs.resize (tria->n_raw_quads() * selected_fe->dofs_per_quad, invalid_dof_index); - } #endif template -void DoFHandler::clear_space () { +void DoFHandler::clear_space () +{ for (unsigned int i=0; i