Fix problem with long edges (ferry connections)
This commit is contained in:
parent
0875c2d557
commit
cc44fef25d
@ -128,8 +128,9 @@ int main (int argc, char *argv[])
|
|||||||
|
|
||||||
contractor->Run();
|
contractor->Run();
|
||||||
|
|
||||||
|
cout << "checking data sanity ..." << flush;
|
||||||
contractor->checkForAllOrigEdges(edgeList);
|
contractor->checkForAllOrigEdges(edgeList);
|
||||||
|
cout << "ok" << endl;
|
||||||
std::vector< ContractionCleanup::Edge > contractedEdges;
|
std::vector< ContractionCleanup::Edge > contractedEdges;
|
||||||
contractor->GetEdges( contractedEdges );
|
contractor->GetEdges( contractedEdges );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user