Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soesau committed Dec 10, 2024
1 parent b2399b9 commit c8bb801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ void non_rigid_mesh_to_points_registration(const TriangleMesh& source,
kdtree.build();

if (max_matching_dist < 0) {
FT sum = 0;
double sum = 0;
for (Index i = 0; i < Y.rows(); ++i) {
Point_3 query_pt = { Y(i, 0), Y(i, 1), Y(i, 2) };
Neighbor_search search(kdtree, query_pt, 2, 0, true, Neighbor_search::Distance(Eigen_matrix_to_point_map(Y)));
Expand Down

0 comments on commit c8bb801

Please sign in to comment.