diff --git a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H index 28a07343e500c0be1a63c3c2808937b0a4387f11..d135007da06c79e3abea94586a0259f693203822 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(); }