]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Delete debug output. Remove TODO as this seems unnecessary and intractible.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 10 Sep 2001 08:57:23 +0000 (08:57 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 10 Sep 2001 08:57:23 +0000 (08:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@4951 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/mapping_q1.cc

index 1a0e665d11d82e709fab4460dcdc2ae365dfe87a..50837448919bbc261823064dec44e8d5274a13e5 100644 (file)
@@ -301,8 +301,6 @@ MappingQ1<dim>::update_once (const UpdateFlags in) const
            | update_normal_vectors))
     out |= update_transformation_gradients;
 
-  //  cerr << "Once: " << hex << out << dec << endl;
-
   return out;
 }
 
@@ -319,8 +317,6 @@ MappingQ1<dim>::update_each (const UpdateFlags in) const
                                      | update_boundary_forms
                                      | update_normal_vectors));
 
-  //  cerr << "Mapping-each " << hex << in << ' ' << out;
-
                                   // The following is a little incorrect:
                                   // If not applied on a face,
                                   // update_boundary_forms does not
@@ -330,8 +326,6 @@ MappingQ1<dim>::update_each (const UpdateFlags in) const
                                   // update_boundary_forms is simply
                                   // ignored for the interior of a
                                   // cell.
-//TODO:[RH,GK] Consider giving this function information on whether we are on
-//  a face.
   if (out & (update_JxW_values
            |update_normal_vectors))
     out |= update_boundary_forms;
@@ -342,8 +336,6 @@ MappingQ1<dim>::update_each (const UpdateFlags in) const
            | update_normal_vectors))
     out |= update_contravariant_transformation;
 
-  //  cerr << "  " << hex << out << dec << endl;
-  
   return out;
 }
 

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.