From: Wolfgang Bangerth Date: Fri, 6 Apr 2001 16:40:54 +0000 (+0000) Subject: Ups, remove debug output again. X-Git-Tag: v8.0.0~19384 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fefc4e3910c9adc5b353651c4e351245e426f720;p=dealii.git Ups, remove debug output again. git-svn-id: https://svn.dealii.org/trunk@4398 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/derivative_approximation.cc b/deal.II/deal.II/source/numerics/derivative_approximation.cc index 1493891c9d..7bdaf65bdd 100644 --- a/deal.II/deal.II/source/numerics/derivative_approximation.cc +++ b/deal.II/deal.II/source/numerics/derivative_approximation.cc @@ -159,10 +159,6 @@ double DerivativeApproximation::SecondDerivative<3>:: derivative_norm (const Derivative &d) { - cout << "**************** d" << endl - << d - << endl; - /* compute the three eigenvalues of the tensor @p{d} and take the largest. one could use the following maple script to generate C @@ -228,18 +224,12 @@ void DerivativeApproximation::SecondDerivative::symmetrize (Derivative &d) { // symmetrize non-diagonal entries - cout << "----------1 d" << endl - << d - << endl; for (unsigned int i=0; i &mapping, // gradient AssertThrow (determinant(Y) != 0, ExcInsufficientDirections()); - cout << "--------------- Y" << endl - << Y << endl; // first symmetrize g DerivativeDescription::symmetrize (projected_derivative);