igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] C attribute handler too inefficient


From: Daniel Penalva
Subject: Re: [igraph] C attribute handler too inefficient
Date: Tue, 17 Mar 2015 16:53:57 -0300

i see that its was matter of getting ride from that malloc in one object, it was not a problem with the interface. i thank you again and iam sorry for any delaying!

On Tue, Mar 17, 2015 at 4:36 PM, Daniel Penalva <address@hidden> wrote:
Hi i thank you for your help !, somethings just pass when you are not looking for that ! 
Will correct this and see.

On Tue, Mar 17, 2015 at 4:20 PM, Tamas Nepusz <address@hidden> wrote:
> igraph_integer_t eid;
> igraph_bool_t error;
> igraph_get_eid(g, &eid, noh_de, noh_para, 1, &error);
Actually, I meant this -- "error" is an input argument:

igraph_integer_t eid;
igraph_get_eid(g, &eid, noh_de, noh_para, 1, 0);

--
T.

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

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