Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts committed Dec 10, 2024
1 parent 5646518 commit ab1a16d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class ContactResultMap
std::stringstream getCollisionSummary() const
{
std::stringstream ss;
std::map<KeyType, int> collision_counts;
std::map<KeyType, std::size_t> collision_counts;
std::map<KeyType, double> closest_distances;

// Initialize distances map with max values
Expand Down

0 comments on commit ab1a16d

Please sign in to comment.