linearUpwind: Removed virtual function hiding

This commit is contained in:
Henry
2011-02-02 13:30:35 +00:00
parent 1f058f61b1
commit edbdd0ce4f

View File

@ -68,12 +68,6 @@ class linearUpwind
//- Disallow default bitwise assignment
void operator=(const linearUpwind&);
//- Hide the limiter because this is not formally a limited scheme
virtual tmp<surfaceScalarField> limiter
(
const GeometricField<Type, fvPatchField, volMesh>&
) const;
public: