Formatting
This commit is contained in:
parent
3b87b6380b
commit
8bcba23698
3 changed files with 4 additions and 4 deletions
|
@ -486,8 +486,8 @@ const Foam::indexedOctree<Foam::treeDataFace>& Foam::meshSearch::boundaryTree()
|
|||
}
|
||||
|
||||
|
||||
const Foam::indexedOctree<Foam::treeDataCell>& Foam::meshSearch::cellTree()
|
||||
const
|
||||
const Foam::indexedOctree<Foam::treeDataCell>&
|
||||
Foam::meshSearch::cellTree() const
|
||||
{
|
||||
if (!cellTreePtr_)
|
||||
{
|
||||
|
|
|
@ -493,7 +493,7 @@ void Foam::triSurfaceMesh::movePoints(const pointField& newPoints)
|
|||
|
||||
|
||||
const Foam::indexedOctree<Foam::treeDataTriSurface>&
|
||||
Foam::triSurfaceMesh::tree() const
|
||||
Foam::triSurfaceMesh::tree() const
|
||||
{
|
||||
if (tree_.empty())
|
||||
{
|
||||
|
|
|
@ -175,7 +175,7 @@ public:
|
|||
//- Move points
|
||||
virtual void movePoints(const pointField&);
|
||||
|
||||
//- Demand driven contruction of octree
|
||||
//- Demand driven construction of octree
|
||||
const indexedOctree<treeDataTriSurface>& tree() const;
|
||||
|
||||
//- Demand driven contruction of octree for boundary edges
|
||||
|
|
Reference in a new issue