igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] error: too few arguments to function ‘igraph_community_edge_be


From: Giuseppe G
Subject: [igraph] error: too few arguments to function ‘igraph_community_edge_betweenness’
Date: Thu, 19 Jul 2012 17:03:59 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

Hi,


I'm trying igraph v 0.6. I have a script I was using to calculate network modularity which I wrote based on igraph's previous version.

    igraph_t graph;
    igraph_vector_t result;
    igraph_vector_t eb;
    igraph_vector_t bridges;
    igraph_matrix_t merges;

The call:

igraph_community_edge_betweenness(&graph,&result,&eb,&merges,&bridges,IGRAPH_UNDIRECTED);

now fails at build time with the following:

error: too few arguments to function ‘igraph_community_edge_betweenness’
/usr/local/include/igraph/igraph_community.h:111:5: note: declared here
make: *** [src/test.o] Error 1

However I cannot find any difference in the interface of igraph_community_edge_betweenness. Can you help?

Thanks
G

--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]