From 64b92aed23fd113be26bea9f6611e7d7c3de449d Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Fri, 27 Jun 2008 07:00:12 +0000
Subject: [PATCH] * FUNCNAME added to ResidualParallelEstimator

---
 AMDiS/src/ElInfo2d.cc                  | 4 ----
 AMDiS/src/ResidualParallelEstimator.cc | 2 ++
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/AMDiS/src/ElInfo2d.cc b/AMDiS/src/ElInfo2d.cc
index 893e96f5..84c8835c 100644
--- a/AMDiS/src/ElInfo2d.cc
+++ b/AMDiS/src/ElInfo2d.cc
@@ -33,10 +33,6 @@ namespace AMDiS {
       }
     }
 
-    //   if(fillFlag_.isSet(Mesh::FILL_DET) || fillFlag_.isSet(Mesh::FILL_GRD_LAMBDA)) {
-    //     det = calcGrdLambda(*Lambda);
-    //   }
-
     int neighbours = mesh_->getGeo(NEIGH);
 
     if (fillFlag_.isSet(Mesh::FILL_OPP_COORDS) || 
diff --git a/AMDiS/src/ResidualParallelEstimator.cc b/AMDiS/src/ResidualParallelEstimator.cc
index 467236b4..a49ab75f 100644
--- a/AMDiS/src/ResidualParallelEstimator.cc
+++ b/AMDiS/src/ResidualParallelEstimator.cc
@@ -52,6 +52,8 @@ namespace AMDiS {
 
   double ResidualParallelEstimator::estimate(double ts)
   {
+    FUNCNAME("ResidualParallelEstimator::estimate()");
+
     mesh = uh[row == -1 ? 0 : row]->getFESpace()->getMesh();
 
     for (int i = 0; i < static_cast<int>(seqEstimators_.size()); i++) {
-- 
GitLab