remove outdated comment

This commit is contained in:
Jane Tournois 2017-07-03 11:34:41 +02:00 committed by Andreas Fabri
parent 108a8ecbbe
commit 7f9abe0eb2
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ namespace internal {
typedef Connected_components_pmap<PM, ECMap, FIMap> CCMap;
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:
typedef face_descriptor key_type;