]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove debug output.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 6 Sep 2009 15:05:39 +0000 (15:05 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 6 Sep 2009 15:05:39 +0000 (15:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@19399 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/point_value_history.cc

index 91ab4bd86c3b14ec35c4136d2717319822ece3ae..5abf9c8ca2e269338f8ac10c85fb8ec6b63bc71a 100644 (file)
@@ -140,7 +140,7 @@ void PointValueHistory<dim>
                                   // Implementation assumes that support
                                   // points locations are dofs locations
   AssertThrow (dof_handler->get_fe ().has_support_points (), ExcNotImplemented ());
-  
+
                                   // FEValues object to extract quadrature
                                   // points from
   std::vector <Point <dim> >
@@ -280,7 +280,7 @@ void PointValueHistory<dim>
                                   // Implementation assumes that support
                                   // points locations are dofs locations
   AssertThrow (dof_handler->get_fe ().has_support_points (), ExcNotImplemented ());
-  
+
                                   // FEValues object to extract quadrature
                                   // points from
   std::vector <Point <dim> > unit_support_points = dof_handler->get_fe ().get_unit_support_points ();
@@ -701,9 +701,6 @@ void PointValueHistory<dim>
     }
   out << "\n";
 
-  std::cout << dataset_key.size () << " data keys are stored \n";
-
-
   if (independent_values.size () != 0)
     {
       out << "Independent value(s): " << independent_values.size () << " : " << independent_values[0].size () << "\n";

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.