Skip to content
Snippets Groups Projects
Commit 855755ed authored by mattijs's avatar mattijs
Browse files

STYLE: triSurfacMesh: no need for overriding default behaviour

parent f9139aa0
Branches
Tags
No related merge requests found
......@@ -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<treeBoundBox>&,
const bool keepNonLocal,
autoPtr<mapDistribute>& faceMap,
autoPtr<mapDistribute>& pointMap
)
{}
//- WIP. Store element-wise field.
virtual void setField(const labelList& values);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment