igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] igraph_community_fastgreedy() in C


From: Tamas Nepusz
Subject: Re: [igraph] igraph_community_fastgreedy() in C
Date: Tue, 12 Oct 2010 16:25:50 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

> I tryed this:
> 
> EANV(grafo, "weight", atributos);
> 
> and got the same error., Segmentation Fault at this line.
Have you attached the C attribute handler before using any
attribute-related functions?

igraph_i_set_attribute_table(&igraph_cattribute_table);

http://igraph.sourceforge.net/doc/html/ch09s02.html

You should do it once, typically at the start of your program.

-- 
Tamas



reply via email to

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