diff --git a/dune/elasticity/assemblers/localadolcstiffness.hh b/dune/elasticity/assemblers/localadolcstiffness.hh
index 487b94d4c5d3032e9b79de534313666ff2e6ccac..f0626869d5026a4be80320e65e99149f288a89e7 100644
--- a/dune/elasticity/assemblers/localadolcstiffness.hh
+++ b/dune/elasticity/assemblers/localadolcstiffness.hh
@@ -76,13 +76,13 @@ energy(const LocalView& localView,
     try {
         energy = localEnergy_->energy(localView,localAConfiguration);
     } catch (Dune::Exception &e) {
-        trace_off(rank);
+        trace_off();
         throw e;
     }
 
     energy >>= pureEnergy;
 
-    trace_off(rank);
+    trace_off();
 
     return pureEnergy;
 }
@@ -227,7 +227,7 @@ energy(const Entity& element,
 
     energy >>= pureEnergy;
 
-    trace_off(rank);
+    trace_off();
 
     return pureEnergy;
 }