Skip to content
Snippets Groups Projects
Commit 3d932ffe authored by Franjo's avatar Franjo
Browse files

Remove unnecessary output for meshOctree

parent 10eb1e08
No related branches found
No related tags found
No related merge requests found
......@@ -61,13 +61,9 @@ meshOctree::meshOctree(const triSurf& ts, const bool isQuadtree)
leaves_(),
isQuadtree_(isQuadtree)
{
Info << "Constructing octree" << endl;
createInitialOctreeBox();
setOctantVectorsAndPositions();
Info << "Finished constructing octree" << endl;
}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment