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

Increased the number of iterations for finding the nearest surface point

parent a0b89209
Branches
Tags
No related merge requests found
......@@ -107,7 +107,7 @@ void meshOctree::findNearestSurfacePoint
if( !found )
sizeVec *= 2.0;
} while( !found /*&& (iterationI++ < 5)*/ );
} while( !found && (iterationI++ < 100) );
# ifdef DEBUGSearch
forAll(surface_, triI)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment