mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: resolved compiler warning
This commit is contained in:
@ -135,8 +135,10 @@ public:
|
|||||||
//- Initialise the evaluation of the patch field
|
//- Initialise the evaluation of the patch field
|
||||||
virtual void initEvaluate(const Pstream::commsTypes commsType);
|
virtual void initEvaluate(const Pstream::commsTypes commsType);
|
||||||
|
|
||||||
|
using LduInterfaceField<Type>::initInterfaceMatrixUpdate;
|
||||||
|
|
||||||
//- Initialise neighbour matrix update. Add
|
//- Initialise neighbour matrix update. Add
|
||||||
// or subtract coupled contributions to matrix
|
//- or subtract coupled contributions to matrix
|
||||||
virtual void initInterfaceMatrixUpdate
|
virtual void initInterfaceMatrixUpdate
|
||||||
(
|
(
|
||||||
scalarField&,
|
scalarField&,
|
||||||
|
|||||||
Reference in New Issue
Block a user