Skip to content

Commit fa4d9fc

Browse files
committed
clean
1 parent 64d8756 commit fa4d9fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/geode/mesh/helpers/aabb_surface_helpers.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ namespace geode
5555
bbox.add_point(
5656
mesh.point( mesh.polygon_vertex( { p, v } ) ) );
5757
}
58-
// bbox.extends( GLOBAL_EPSILON );
5958
box_vector[p] = std::move( bbox );
6059
} );
6160
return AABBTree< dimension >{ box_vector };

0 commit comments

Comments
 (0)