change GetNodeDistance return type in customizer
This commit is contained in:
parent
9f41499ef6
commit
7ac5ad2a14
@ -99,7 +99,7 @@ class MultiLevelGraph : public partitioner::MultiLevelGraph<EdgeDataT, Ownership
|
||||
|
||||
EdgeWeight GetNodeDuration(NodeID node) const { return node_durations[node]; }
|
||||
|
||||
EdgeWeight GetNodeDistance(NodeID node) const { return node_distances[node]; }
|
||||
EdgeDistance GetNodeDistance(NodeID node) const { return node_distances[node]; }
|
||||
|
||||
bool IsForwardEdge(EdgeID edge) const { return is_forward_edge[edge]; }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user