Correct some wrong comments.

This commit is contained in:
Guillaume Damiand 2016-01-16 11:50:28 +01:00
parent e65882ead7
commit 515fd7ef8e
1 changed files with 3 additions and 3 deletions

View File

@ -277,7 +277,7 @@ namespace CGAL
/** Remove a d-cell, in a d-map (special case). /** Remove a d-cell, in a d-map (special case).
* @param amap the used combinatorial map. * @param amap the used combinatorial map.
* @param adart a dart of the volume to remove. * @param adart a dart of the d-cell to remove.
* @param update_attributes a boolean to update the enabled attributes * @param update_attributes a boolean to update the enabled attributes
* (deprecated, now we use are_attributes_automatically_managed()) * (deprecated, now we use are_attributes_automatically_managed())
* @return the number of deleted darts. * @return the number of deleted darts.
@ -303,7 +303,7 @@ namespace CGAL
++res; ++res;
} }
// We unlink all the darts of the volume for beta-d. // We unlink all the darts of the d-cell for beta-d.
typename std::deque<typename CMap::Dart_handle>::iterator typename std::deque<typename CMap::Dart_handle>::iterator
it = to_erase.begin(); it = to_erase.begin();
for ( it = to_erase.begin(); it != to_erase.end(); ++it ) for ( it = to_erase.begin(); it != to_erase.end(); ++it )
@ -576,7 +576,7 @@ namespace CGAL
if ( amap.are_attributes_automatically_managed() && update_attributes ) if ( amap.are_attributes_automatically_managed() && update_attributes )
{ {
// We group the two (i+1)-cells incident if they exist. // We group the two (i-1)-cells incident if they exist.
if ( dg1!=amap.null_handle ) if ( dg1!=amap.null_handle )
CGAL::internal::Group_attribute_functor_run<CMap,i-1>:: CGAL::internal::Group_attribute_functor_run<CMap,i-1>::
run(&amap, dg1, dg2); run(&amap, dg1, dg2);