From 0d7bf4ffe1bea3b41830a4556c35b9d795bb0110 Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Fri, 17 Jun 2016 11:50:30 +0100
Subject: [PATCH] cyclicACMIFvPatchField: Corrected declaration of updateCoeffs
 to be virtual

---
 .../constraint/cyclicACMI/cyclicACMIFvPatchField.H              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/cyclicACMI/cyclicACMIFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/constraint/cyclicACMI/cyclicACMIFvPatchField.H
index a72d68f676e..a4f99ad1bd1 100644
--- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclicACMI/cyclicACMIFvPatchField.H
+++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclicACMI/cyclicACMIFvPatchField.H
@@ -222,7 +222,7 @@ public:
             virtual void manipulateMatrix(fvMatrix<Type>& matrix);
 
             //- Update the coefficients associated with the patch field
-            void updateCoeffs();
+            virtual void updateCoeffs();
 
 
         // Cyclic AMI coupled interface functions
-- 
GitLab