Browse Source

label also with null weight

pull/4/head
Marian Honsch 15 years ago
parent
commit
e4b36ae8bb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ext/cIGraph_community.c

+ 1
- 1
ext/cIGraph_community.c View File

@@ -712,7 +712,7 @@ igraph_arpack_options_init(&arpack_opt);

igraph_community_label_propagation(graph,
&membership,
&weights_vec,
igraph_vector_size(&weights_vec) > 0 ? &weights_vec : NULL,
NULL,
NULL);



Loading…
Cancel
Save