From b4d836689e671094427728b1b2c675b4ed479c58 Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Tue, 22 Mar 2016 14:03:36 +0100 Subject: [PATCH] Remove left-over debugging output --- src/compute-disc-error.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compute-disc-error.cc b/src/compute-disc-error.cc index 38349067..99bb0b1e 100644 --- a/src/compute-disc-error.cc +++ b/src/compute-disc-error.cc @@ -119,8 +119,6 @@ void measureDiscreteEOC(const GridView gridView, auto derDiff = referenceSolution.derivative(rElement, qp.position()) - numericalSolution.derivative(element, localPos); - std::cout << "size: " << derDiff.N() << ", " << derDiff.M() << std::endl; - for (int i=0; i<3; i++) deformationH1ErrorSquared += integrationElement * qp.weight() * derDiff[i].two_norm2(); -- GitLab