GeometricField: Removed unimplemented member function prototypes

This commit is contained in:
Will Bainbridge
2019-07-25 10:49:06 +01:00
parent 9ca4cb8b99
commit 824b243ee8

View File

@ -625,6 +625,7 @@ public:
);
void max(const dimensioned<Type>&);
void min(const dimensioned<Type>&);
void maxMin
@ -633,30 +634,6 @@ public:
const dimensioned<Type>& maxDt
);
void max
(
const GeometricField<Type, PatchField, GeoMesh>&,
const dimensioned<Type>&
);
void min
(
const GeometricField<Type, PatchField, GeoMesh>&,
const dimensioned<Type>&
);
void scale
(
const GeometricField<Type, PatchField, GeoMesh>&,
const GeometricField<Type, PatchField, GeoMesh>&
);
void scale
(
const GeometricField<Type, PatchField, GeoMesh>&,
const dimensioned<Type>&
);
// Member Operators