]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Leave a couple of TODOs.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 29 Jul 2006 20:05:47 +0000 (20:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 29 Jul 2006 20:05:47 +0000 (20:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@13498 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_handler.h

index 07bc3d53af84a327138b42f2ff754c3abaed6724..bbae41993c5866e89762224837c8a80dbc919e6c 100644 (file)
@@ -1431,6 +1431,7 @@ unsigned int
 DoFHandler<dim>::n_active_fe_indices (const unsigned int,
                                      const unsigned int) const
 {
+//TODO[WB]: this isn't true -- the function should return zero if the object is inactive  
   return 1;
 }
 
@@ -1444,6 +1445,7 @@ DoFHandler<dim>::nth_active_fe_index (const unsigned int,
                                      const unsigned int,
                                      const unsigned int n) const
 {
+//TODO[WB]: this isn't true -- we should error out unconditionally if the object is inactive  
   Assert (n == 0, ExcIndexRange (n, 0, 1));
   
   return default_fe_index;

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.