Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 325 Bytes

File metadata and controls

18 lines (12 loc) · 325 Bytes

#Attention ##Current Status

Build successfully.

Fix interface-changing-bug due to change of igraph library. In communities.cpp line 136.

  • previous
 err = igraph_neighborhood(graph, &p, *vs, 1, IGRAPH_ALL);
  • current
 err = igraph_neighborhood(graph, &p, *vs, 1, IGRAPH_ALL, 1);