From d3b316e5e317132a89555bb396e7bd58c98f5cbd Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Fri, 13 Dec 2013 02:59:00 +0100
Subject: [PATCH] [Cleanup]

---
 dune/tectonic/frictionpotential.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dune/tectonic/frictionpotential.hh b/dune/tectonic/frictionpotential.hh
index ead152b3..f4baa624 100644
--- a/dune/tectonic/frictionpotential.hh
+++ b/dune/tectonic/frictionpotential.hh
@@ -30,8 +30,8 @@ class FrictionPotentialWrapper {
 // 0                       otherwise
 class FrictionPotential : public FrictionPotentialWrapper {
 public:
-  FrictionPotential(double coefficient, FrictionData const &fd)
-      : fd(fd), weightTimesNormalStress(coefficient * (-fd.normalStress)) {}
+  FrictionPotential(double coefficient, FrictionData const &_fd)
+      : fd(_fd), weightTimesNormalStress(coefficient * (-fd.normalStress)) {}
 
   // log(V/V_m) if V >= V_0
   // 0          otherwise
-- 
GitLab