mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
cyclicACMIFvPatchField: Corrected declaration of updateCoeffs to be virtual
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user