Skip to content

Commit

Permalink
Merge pull request #91 from ab-fnt/patch-1
Browse files Browse the repository at this point in the history
pull-request-CGAL-SkeletonFace-reference
  • Loading branch information
wolfv committed Mar 4, 2022
2 parents 15ad404 + e38db52 commit 418df79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skeleton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ typedef Skeleton_2::Face_const_iterator FaceConstIterator;

typedef CGAL::HalfedgeDS_in_place_list_vertex<Skeleton_2::Vertex> Skeleton_2_Vertex;
typedef CGAL::HalfedgeDS_in_place_list_halfedge<Skeleton_2::Halfedge> Skeleton_2_Halfedge;
typedef CGAL::HalfedgeDS_in_place_list_halfedge<Skeleton_2::Face> Skeleton_2_Face;
typedef CGAL::HalfedgeDS_in_place_list_face<Skeleton_2::Face> Skeleton_2_Face;

template<typename T>
std::shared_ptr<T> to_std(boost::shared_ptr<T> ptr) {
Expand Down

0 comments on commit 418df79

Please sign in to comment.