mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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