fix compilation of tests

This commit is contained in:
Emil Tin
2014-08-12 19:36:59 +02:00
committed by Emil Tin
parent 6e1ab9fe3a
commit 4dd0377eb8
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ void DescriptionFactory::SetEndSegment(const PhantomNode &target,
target_phantom = target;
const EdgeWeight segment_duration =
(traversed_in_reverse ? target.reverse_weight : target.forward_weight);
<<<<<<< HEAD
const TravelMode travel_mode =
(traversed_in_reverse ? target.backward_travel_mode : target.travel_mode);
path_description.emplace_back(target.location,
target.name_id,
segment_duration,