diff --git a/src/meshTools/searchableSurface/triSurfaceMesh.H b/src/meshTools/searchableSurface/triSurfaceMesh.H index e6ecd39594..150bd768c1 100644 --- a/src/meshTools/searchableSurface/triSurfaceMesh.H +++ b/src/meshTools/searchableSurface/triSurfaceMesh.H @@ -262,19 +262,6 @@ public: // Other - //- Set bounds of surface. Bounds currently set as list of - // bounding boxes. The bounds are hints to the surface as for - // the range of queries it can expect. faceMap/pointMap can be - // set if the surface has done any redistribution. - virtual void distribute - ( - const List&, - const bool keepNonLocal, - autoPtr& faceMap, - autoPtr& pointMap - ) - {} - //- WIP. Store element-wise field. virtual void setField(const labelList& values);