clean up code a bit

This commit is contained in:
Dennis Luxen 2014-05-18 12:27:31 +02:00
parent da5eec1c5f
commit ef206eb4d9

View File

@ -42,10 +42,9 @@ struct RouteNames
std::string alternative_path_name_2;
};
// construct routes names
template <class DataFacadeT, class SegmentT> struct ExtractRouteNames
{
// TODO: break into function object with several functions, i.e. simplify
// construct routes names
RouteNames operator()(std::vector<SegmentT> &shortest_path_segments,
std::vector<SegmentT> &alternative_path_segments,
const DataFacadeT *facade)