Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Dec 9, 2024
1 parent ddbfcd0 commit bc3b8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 83 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ class FrechetDistanceTraits {
/// @{

/*!
Dimension type, being either `CGAL::Dimension_tag`
or `CGAL::Dynamic_dimension_tag`.
Dimension type, being an instance of `CGAL::Dimension_tag`.
*/
typedef unspecified_type Dimension;

Expand All @@ -45,7 +44,7 @@ typedef unspecified_type Cartesian_const_iterator_d;

/*!
Functor model of `Kernel_d::ConstructCartesianConstIterator_d` to get
iterators over cartesian coordinates of a point.
iterators over %Cartesian coordinates of a point.
*/
typedef unspecified_type Construct_cartesian_const_iterator_d;

Expand Down
80 changes: 0 additions & 80 deletions Frechet_distance/include/CGAL/Frechet_distance_traits.h

This file was deleted.

0 comments on commit bc3b8db

Please sign in to comment.