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 <[email protected]> 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
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to