Function1: Added "using" statements for Clang

This commit is contained in:
Henry Weller
2017-08-11 09:46:56 +01:00
parent bf9ce6c74f
commit 9f791ce31e

View File

@ -202,6 +202,9 @@ public:
// Evaluation
using Function1Type::value;
using Function1Type::integrate;
//- Return value as a function of (scalar) independent variable
virtual tmp<Field<Type>> value(const scalarField& x) const;