Skip to content

Commit

Permalink
Recommendation
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Roig <[email protected]>
  • Loading branch information
loumalouomega and roigcarlo authored Dec 20, 2023
1 parent d63bfa8 commit e2884c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kratos/utilities/search_utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,7 @@ class SearchUtilities
rSearchInfo.PointCoordinates.push_back(coordinates[i_coord]);
}
rSearchInfo.Indexes.push_back(all_points_ids[i_point]);
std::vector<int> ranks(1, 0);
rSearchInfo.Ranks.push_back(ranks);
rSearchInfo.Ranks.push_back({0});
}
}
}
Expand Down

0 comments on commit e2884c3

Please sign in to comment.