diff --git a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
index 6e7399ff3419b525b4352d88d3149d91a614b93a..60acbc1ca4ee2355e9b5b9a1d17e4be2cdfdb7bc 100644
--- a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
+++ b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
@@ -305,10 +305,10 @@ public:
         continua_["continuum"].solver_          = solver;
         continua_["continuum"].localAssembler_  = localAssembler;
 
-        mergeDirichletAndCouplingBoundaries();
+        mergeContinuumDirichletAndCouplingBoundaries();
     }
     
-    void mergeDirichletAndCouplingBoundaries();
+    void mergeContinuumDirichletAndCouplingBoundaries();
 
         
     /** \brief Do one Steklov-Poincare step
@@ -405,7 +405,7 @@ private:
 
 template <class RodGridType, class ContinuumGridType>
 void RodContinuumSteklovPoincareStep<RodGridType,ContinuumGridType>::
-mergeDirichletAndCouplingBoundaries()
+mergeContinuumDirichletAndCouplingBoundaries()
 {
     ////////////////////////////////////////////////////////////////////////////////////
     //  For each continuum, merge the Dirichlet boundary with all interface boundaries