diff --git a/AMDiS/src/ElInfo2d.cc b/AMDiS/src/ElInfo2d.cc
index 893e96f55d8489df0efc6672f394fc10e454d565..84c8835c04e2e848cfd4df8b97f5e6395a4d41b6 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 467236b4dc957f4f9e726e5eeb3f18fa025b8b1a..a49ab75f0316185b756e0286ff12de790076ac1e 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++) {