diff --git a/vcg/complex/algorithms/clean.h b/vcg/complex/algorithms/clean.h index 33d50e0f..6aebc82e 100644 --- a/vcg/complex/algorithms/clean.h +++ b/vcg/complex/algorithms/clean.h @@ -130,7 +130,7 @@ public: public: inline bool operator()(VertexPointer const &a, VertexPointer const &b) { - return (*a).cP() < (*b).cP(); + return ((*a).cP() == (*b).cP()) ? (a