Skip to content

Commit e9a338a

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 5fab6b9 commit e9a338a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/geode/mesh/helpers/aabb_surface_helpers.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ namespace geode
6363
double DistanceToTriangle< dimension >::operator()(
6464
const Point< dimension >& query, index_t cur_box ) const
6565
{
66-
return std::get< 0 >( point_triangle_distance( query, mesh_.triangle( cur_box ) ));
66+
return std::get< 0 >(
67+
point_triangle_distance( query, mesh_.triangle( cur_box ) ) );
6768
}
6869

6970
template opengeode_mesh_api AABBTree2D create_aabb_tree< 2 >(

0 commit comments

Comments
 (0)