mirror of https://github.com/CGAL/cgal
Fixed typo in comment
This commit is contained in:
parent
ed27ca760e
commit
b390c0e3db
|
|
@ -352,15 +352,12 @@ public:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*! Obtain a Compare_y_at_x_2 functor object. */
|
/*! Obtain a Compare_curve_end_x_2 functor object. */
|
||||||
Compare_curve_end_x_2 compare_curve_end_x_2_object () const
|
Compare_curve_end_x_2 compare_curve_end_x_2_object () const
|
||||||
{
|
{
|
||||||
return Compare_curve_end_x_2(this);
|
return Compare_curve_end_x_2(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*! A functor that compares the y-coordinates of an edge end and a curve at
|
/*! A functor that compares the y-coordinates of an edge end and a curve at
|
||||||
* the point x-coordinate
|
* the point x-coordinate
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue