From fefc4e3910c9adc5b353651c4e351245e426f720 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 6 Apr 2001 16:40:54 +0000 Subject: [PATCH] Ups, remove debug output again. git-svn-id: https://svn.dealii.org/trunk@4398 0785d39b-7218-0410-832d-ea1e28bc413d --- .../source/numerics/derivative_approximation.cc | 12 ------------ 1 file changed, 12 deletions(-) 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); -- 2.39.5