Rename increasingly inaccuratly named distance member of QueryEdge to weight
This commit is contained in:
committed by
Patrick Niklaus
parent
1d994da12b
commit
b8795c7341
@@ -60,7 +60,7 @@ struct SegmentBlock
|
||||
{
|
||||
OSMNodeID this_osm_node_id;
|
||||
double segment_length;
|
||||
std::int32_t segment_weight;
|
||||
EdgeWeight segment_weight;
|
||||
};
|
||||
#pragma pack(pop)
|
||||
static_assert(sizeof(SegmentBlock) == 20, "SegmentBlock is not packed correctly");
|
||||
|
||||
Reference in New Issue
Block a user