GeometricField: Removed unimplemented member function prototypes
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user