> Non deterministic error in igraph_vector_size function You are using igraph_vector_* functions on instances of igraph_vector_int_t in one of your source files several times. Compile your code with all the warnings turned on (use the -Wall switch for gcc) and you will see where this happens.
T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
