diff --git a/cpp/src/structure/symmetrize_graph_impl.cuh b/cpp/src/structure/symmetrize_graph_impl.cuh index 7ad24aef01a..4afa4122a06 100644 --- a/cpp/src/structure/symmetrize_graph_impl.cuh +++ b/cpp/src/structure/symmetrize_graph_impl.cuh @@ -111,7 +111,7 @@ symmetrize_graph_impl( std::move(edgelist_weights), std::nullopt, std::nullopt, - graph_properties_t{is_multigraph, true}, + graph_properties_t{true, is_multigraph}, true); return std::make_tuple( @@ -205,7 +205,7 @@ symmetrize_graph_impl( std::move(edgelist_weights), std::nullopt, std::nullopt, - graph_properties_t{is_multigraph, true}, + graph_properties_t{true, is_multigraph}, renumber); return std::make_tuple(