|
From: | Daniel Penalva |
Subject: | Re: [igraph] C attribute handler too inefficient |
Date: | Tue, 17 Mar 2015 16:36:44 -0300 |
> 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
[Prev in Thread] | Current Thread | [Next in Thread] |