Include turn information in debug tiles.
This commit is contained in:
committed by
Moritz Kobitzsch
parent
6290aeea93
commit
14e7460465
@@ -33,7 +33,7 @@ class CompressedEdgeContainer
|
||||
const EdgeWeight weight2);
|
||||
|
||||
void
|
||||
AddUncompressedEdge(const EdgeID edgei_id, const NodeID target_node, const EdgeWeight weight);
|
||||
AddUncompressedEdge(const EdgeID edge_id, const NodeID target_node, const EdgeWeight weight);
|
||||
|
||||
bool HasEntryForID(const EdgeID edge_id) const;
|
||||
void PrintStatistics() const;
|
||||
|
||||
Reference in New Issue
Block a user