Fix typedef of iterator

This commit is contained in:
Andreas Fabri 2020-08-21 11:58:41 +01:00
parent d046eec0f1
commit 7dc3aed66f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/// @}