Skip to content

Commit b1dd8b5

Browse files
committed
GeomPolyhedron Axom API bug.
1 parent a244938 commit b1dd8b5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Geometry/GeomPolyhedron.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -984,9 +984,7 @@ buildAxomData() const {
984984
mSurfaceMeshQueryPtr = new AxOctree(bb, mSurfaceMeshPtr);
985985
mSurfaceMeshQueryPtr->generateIndex();
986986
mSignedDistancePtr = new AxDistance(mSurfaceMeshPtr,
987-
true, // is_watertight
988-
25, // max_objects
989-
10); // max_levels
987+
true); // is_watertight
990988
}
991989

992990
//------------------------------------------------------------------------------

0 commit comments

Comments
 (0)