cyclicACMIFvPatchField: Corrected declaration of updateCoeffs to be virtual
This commit is contained in:
parent
6e405f0a9b
commit
725787ec1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue