Skip to content
Snippets Groups Projects
Commit 505b9ec6 authored by Laurent Van Migroet's avatar Laurent Van Migroet
Browse files

compareTri3Ptr inline bool operator () ... const

parent 3f105b4c
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ class MTri3 ...@@ -94,7 +94,7 @@ class MTri3
class compareTri3Ptr class compareTri3Ptr
{ {
public: public:
inline bool operator () (const MTri3 *a, const MTri3 *b) inline bool operator () (const MTri3 *a, const MTri3 *b) const
{ {
if (a->getRadius() > b->getRadius()) return true; if (a->getRadius() > b->getRadius()) return true;
if (a->getRadius() < b->getRadius()) return false; if (a->getRadius() < b->getRadius()) return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment