Skip to content

Commit 983149e

Browse files
wifi:)wifi:)
authored andcommitted
(ordering.hpp) A little fix, now a compilable stage
1 parent 623534a commit 983149e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ordering/ordering.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ kingOrdering(G &graph) {
5757
using B_G= typename G::B_G;
5858
using vertices_size_type = typename boost::graph_traits<B_G>::vertices_size_type;
5959

60-
n = boost::num_vertices(graph.graph);
60+
size_t n = boost::num_vertices(graph.graph);
6161
std::vector<int64_t> results(n);
6262

6363
auto index_map = boost::get(boost::vertex_index, graph.graph);

0 commit comments

Comments
 (0)