mirror of https://github.com/CGAL/cgal
Fix Seam_mesh
This commit is contained in:
parent
380cffffb1
commit
53816ffc2c
|
|
@ -299,10 +299,6 @@ public:
|
|||
: hd(h)
|
||||
{ }
|
||||
|
||||
vertex_descriptor(const vertex_descriptor& other)
|
||||
: hd(other.hd)
|
||||
{ }
|
||||
|
||||
bool operator==(const vertex_descriptor& other) const
|
||||
{
|
||||
return (hd == other.hd);
|
||||
|
|
|
|||
Loading…
Reference in New Issue