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: Guilherme Ferraz de Arruda
Subject: Re: [igraph] igraph_community_fastgreedy() in C
Date: Tue, 12 Oct 2010 12:57:37 -0300

Now it works!
Thanks.

I forget to use the
igraph_i_set_attribute_table(&igraph_cattribute_table);
when i create my graph.

Thanks very much!
Thanks for all!

Sorry for the inconvenience.

Guilherme.

2010/10/12 Tamas Nepusz <address@hidden>:
>> 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
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

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