From 034d769693fee5b2a4c361c622f48a7a8e6c7e67 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sat, 22 Jan 2011 19:45:37 +0000
Subject: [PATCH] rename method introduced in the last commit

[[Imported from SVN: r6827]]
---
 dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
index 6e7399ff..60acbc1c 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
-- 
GitLab