mirror of https://github.com/CGAL/cgal
Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch
This commit is contained in:
commit
5bb1bbcb79
|
|
@ -198,7 +198,7 @@ namespace CGAL {
|
||||||
|
|
||||||
SM_Edge_index() : halfedge_(-1) { }
|
SM_Edge_index() : halfedge_(-1) { }
|
||||||
|
|
||||||
SM_Edge_index(size_type idx) : halfedge_(idx * 2) { }
|
explicit SM_Edge_index(size_type idx) : halfedge_(idx * 2) { }
|
||||||
|
|
||||||
explicit SM_Edge_index(SM_Halfedge_index he) : halfedge_(he) { }
|
explicit SM_Edge_index(SM_Halfedge_index he) : halfedge_(he) { }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue