mirror of https://github.com/CGAL/cgal
Fix typedef of iterator
This commit is contained in:
parent
d046eec0f1
commit
7dc3aed66f
|
|
@ -191,7 +191,7 @@ to iterate over the %Cartesian coordinates of the direction of a fixed
|
|||
axis of the computed ellipsoid, see
|
||||
`axis_direction_cartesian_begin()`.
|
||||
*/
|
||||
typedef unspecified_type Axis_direction_iterator;
|
||||
typedef unspecified_type Axes_direction_coordinate_iterator;
|
||||
|
||||
/// @}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue