Re-add the fix

This commit is contained in:
Andreas Fabri 2024-09-10 08:35:23 +01:00
parent 726b9c9485
commit 82805a0c69
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@ public:
return false;
}
}
/*
operator OpenMesh::EdgeHandle () const {
return OpenMesh::EdgeHandle(idx());
}
*/
bool operator<(const OMesh_edge& other) const
{
return this->idx() < other.idx();