mirror of https://github.com/CGAL/cgal
Re-add the fix
This commit is contained in:
parent
726b9c9485
commit
82805a0c69
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue