Skip to content

Commit

Permalink
Change CollisionSummary to Summary bc redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts committed Dec 18, 2024
1 parent 3ca09e5 commit f7a845c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class ContactResultMap
/** @brief Get a brief summary of the most frequently colliding link pair
* @return A string containing the collision summary
*/
std::string getCollisionSummary() const
std::string getSummary() const
{
std::stringstream ss;
std::map<KeyType, std::size_t> collision_counts;
Expand Down

0 comments on commit f7a845c

Please sign in to comment.