Skip to content
Snippets Groups Projects
Commit 0d7bf4ff authored by Henry Weller's avatar Henry Weller
Browse files

cyclicACMIFvPatchField: Corrected declaration of updateCoeffs to be virtual

parent 0f13f839
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment