]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a todo, reindent in two places
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Jul 2006 15:03:14 +0000 (15:03 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Jul 2006 15:03:14 +0000 (15:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@13443 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_handler.cc

index 9512d259ef53fe5ebbf26f8e3e31725070b3deb9..b6d6d9a2e1a2d615713c5a69436378f2ff99f6a2 100644 (file)
@@ -28,6 +28,8 @@
 #include <algorithm>
 
 
+//TODO[WB]: do not use a plain pointer for faces, but rather an auto_ptr or some such thing
+
 template <int dim>
 const unsigned int DoFHandler<dim>::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 <int dim>
-void DoFHandler<dim>::clear_space () {
+void DoFHandler<dim>::clear_space ()
+{
   for (unsigned int i=0; i<levels.size(); ++i)
     delete levels[i];
   levels.resize (0);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.