Added "using" statements to avoid warning messages from clang
This commit is contained in:
@ -342,6 +342,8 @@ public:
|
||||
// which have special treatment
|
||||
void correct();
|
||||
|
||||
using volScalarField::read;
|
||||
|
||||
//- Read phaseProperties dictionary
|
||||
virtual bool read(const dictionary& phaseProperties);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user