mirror of https://github.com/CGAL/cgal
remove outdated comment
This commit is contained in:
parent
108a8ecbbe
commit
7f9abe0eb2
|
|
@ -172,7 +172,7 @@ namespace internal {
|
||||||
typedef Connected_components_pmap<PM, ECMap, FIMap> CCMap;
|
typedef Connected_components_pmap<PM, ECMap, FIMap> CCMap;
|
||||||
|
|
||||||
typename boost::property_map<PM, boost::face_property_t<Patch_id> >::type patch_ids_map;
|
typename boost::property_map<PM, boost::face_property_t<Patch_id> >::type patch_ids_map;
|
||||||
std::size_t nb_cc;//static because we want to access it from get()
|
std::size_t nb_cc;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
typedef face_descriptor key_type;
|
typedef face_descriptor key_type;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue