> 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

Reply via email to