From ec29827f2928b6ba7ed965553da00e53d4e9a9bf Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Mon, 2 Jul 2012 15:31:39 +0100
Subject: [PATCH] ENH: fvPatch: make coupled virtual so AMI can manipulate it

---
 src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H
index 28a07343e50..d135007da06 100644
--- a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H
+++ b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H
@@ -165,7 +165,7 @@ public:
             }
 
             //- Return true if this patch is coupled
-            bool coupled() const
+            virtual bool coupled() const
             {
                 return polyPatch_.coupled();
             }
-- 
GitLab