Formatting

This commit is contained in:
Hrvoje Jasak 2013-04-15 12:40:12 +01:00
parent 3b87b6380b
commit 8bcba23698
3 changed files with 4 additions and 4 deletions

View file

@ -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_)
{

View file

@ -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())
{

View file

@ -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