cyclicACMIFvPatchField: Corrected declaration of updateCoeffs to be virtual

This commit is contained in:
Henry Weller
2016-06-17 11:50:30 +01:00
parent 6e405f0a9b
commit 725787ec1a

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