We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6900a0 commit 4783e38Copy full SHA for 4783e38
src/ordering/ordering_driver.cpp
@@ -90,10 +90,10 @@ do_ordering(
90
std::vector<int64_t> results;
91
92
#if 0
93
- pgrouting::UndirectedGraph undigraph;
+ pgrouting::UndirectedGraph undigraph;
94
#else
95
- auto vertices(pgrouting::extract_vertices(edges));
96
- pgrouting::UndirectedGraph undigraph(vertices);
+ auto vertices(pgrouting::extract_vertices(edges));
+ pgrouting::UndirectedGraph undigraph(vertices);
97
#endif
98
undigraph.insert_edges(edges);
99
0 commit comments