From 855755ed289b8d60633b6f8c6e673e409db8756c Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 7 Aug 2013 11:04:04 +0100 Subject: [PATCH] STYLE: triSurfacMesh: no need for overriding default behaviour --- src/meshTools/searchableSurface/triSurfaceMesh.H | 13 ------------- 1 file changed, 13 deletions(-) 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);