comment in example

This commit is contained in:
Guillaume Damiand 2011-07-21 11:11:46 +00:00
parent 6fed37a4f6
commit 385a2d9a0b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ typedef CMap_3::Dart_const_handle Dart_const_handle;
<<res<<std::endl;
res = 0;
// Iterate over all the darts of the facet incident to dh2.
// Iterate over all the darts of the facet containing dh2.
for (CMap_3::Dart_of_orbit_range<1>::const_iterator
it(cm.darts_of_orbit<1>(dh2).begin()),
itend(cm.darts_of_orbit<1>(dh2).end()); it!=itend; ++it)