mirror of https://github.com/CGAL/cgal
Fixed typo and merge conflicts
This commit is contained in:
parent
a15e22620d
commit
65fdc4de76
|
|
@ -47,7 +47,7 @@ Straight_skeleton_builder_2<Gt,SS,V>::Straight_skeleton_builder_2 ( Traits const
|
||||||
,mVertexID(0)
|
,mVertexID(0)
|
||||||
,mEdgeID(0)
|
,mEdgeID(0)
|
||||||
,mEventID(0)
|
,mEventID(0)
|
||||||
,mStepID(-1)
|
,mStepID(0)
|
||||||
,mPQ(mEventCompare)
|
,mPQ(mEventCompare)
|
||||||
,mSSkel( new SSkel() )
|
,mSSkel( new SSkel() )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue