From: Wolfgang Bangerth Date: Sun, 6 Sep 2009 15:05:39 +0000 (+0000) Subject: Remove debug output. X-Git-Tag: v8.0.0~7174 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf144362c70139b31f0964b6b2edb56fad267e56;p=dealii.git Remove debug output. git-svn-id: https://svn.dealii.org/trunk@19399 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/point_value_history.cc b/deal.II/deal.II/source/numerics/point_value_history.cc index 91ab4bd86c..5abf9c8ca2 100644 --- a/deal.II/deal.II/source/numerics/point_value_history.cc +++ b/deal.II/deal.II/source/numerics/point_value_history.cc @@ -140,7 +140,7 @@ void PointValueHistory // 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 > @@ -280,7 +280,7 @@ void PointValueHistory // 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 > unit_support_points = dof_handler->get_fe ().get_unit_support_points (); @@ -701,9 +701,6 @@ void PointValueHistory } 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";