Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/triangle_soup_snap_rounding.h

This commit is contained in:
Andreas Fabri 2025-05-20 18:15:08 +02:00 committed by GitHub
parent 99e53acafa
commit 549b8f1430
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ double double_ceil(const NT &x){
}
};
// Provide an index to the range, it is used by the visitor to track the correspondance between the input and the output
// Provides an index to the range, which is used by the visitor to track the correspondence between the input and the output
template <typename Range>
class Indexes_range : public Range{
typedef std::remove_cv_t<typename std::iterator_traits<typename Range::iterator>::value_type> Value_type;