Fixed typo and merge conflicts

This commit is contained in:
Fernando Cacciola 2006-07-17 16:51:54 +00:00
parent a15e22620d
commit 65fdc4de76
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Straight_skeleton_builder_2<Gt,SS,V>::Straight_skeleton_builder_2 ( Traits const
,mVertexID(0)
,mEdgeID(0)
,mEventID(0)
,mStepID(-1)
,mStepID(0)
,mPQ(mEventCompare)
,mSSkel( new SSkel() )
{