Namespace correction based on code review
Co-authored-by: Michael Bell <michael@mjjbell.com>
This commit is contained in:
parent
9ad9c2cd97
commit
83f309c190
@ -13,7 +13,7 @@ struct ExtractionSegment
|
|||||||
double distance_,
|
double distance_,
|
||||||
double weight_,
|
double weight_,
|
||||||
double duration_,
|
double duration_,
|
||||||
const osrm::extractor::NodeBasedEdgeClassification flags_)
|
const NodeBasedEdgeClassification flags_)
|
||||||
: source(source_), target(target_), distance(distance_), weight(weight_),
|
: source(source_), target(target_), distance(distance_), weight(weight_),
|
||||||
duration(duration_), flags(flags_)
|
duration(duration_), flags(flags_)
|
||||||
{
|
{
|
||||||
@ -24,7 +24,7 @@ struct ExtractionSegment
|
|||||||
const double distance;
|
const double distance;
|
||||||
double weight;
|
double weight;
|
||||||
double duration;
|
double duration;
|
||||||
const osrm::extractor::NodeBasedEdgeClassification flags;
|
const NodeBasedEdgeClassification flags;
|
||||||
};
|
};
|
||||||
} // namespace osrm::extractor
|
} // namespace osrm::extractor
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user