Merge pull request #308 from mkaravel/fix/distance_cross_track_radius_type

[strategies][distance][cross track] expose the radius type as a typedef
This commit is contained in:
Menelaos Karavelas
2015-06-12 08:55:55 +03:00

View File

@@ -340,6 +340,8 @@ public :
>
{};
typedef typename Strategy::radius_type radius_type;
inline cross_track()
{}
@@ -492,6 +494,8 @@ public :
>
{};
typedef typename Strategy::radius_type radius_type;
inline cross_track()
{}