cyclicACMIFvPatchField: Corrected declaration of updateCoeffs to be virtual

This commit is contained in:
Henry Weller
2016-06-17 11:50:30 +01:00
parent 0f13f839a4
commit 0d7bf4ffe1

View File

@ -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