Added "using" statements to avoid warning messages from clang

This commit is contained in:
Henry Weller
2020-06-02 21:37:36 +01:00
parent 80f15bd984
commit 4250d7ce42
2 changed files with 4 additions and 0 deletions

View File

@ -342,6 +342,8 @@ public:
// which have special treatment
void correct();
using volScalarField::read;
//- Read phaseProperties dictionary
virtual bool read(const dictionary& phaseProperties);
};

View File

@ -135,6 +135,8 @@ public:
// Evaluation functions
using fixedValueFvPatchScalarField::updateCoeffs;
//- Update the coefficients associated with the patch field
// using the given patch reference pressure and kinetic energy
// fields