Am 31.07.2012 00:40, schrieb Gábor Csárdi:
> You should be able to set them to NULL. What kind of errors are you getting?

The only error message I get is "Command terminated". I use the
following C functions to create an attribute table and set the
permute_vertices attribute:

  igraph_attribute_table_t* create_attribute_table()
  {
      igraph_attribute_table_t* t = (igraph_attribute_table_t*)
calloc(1, sizeof(igraph_attribute_table_t));
      return t;
  }

I then call this function and igraph_i_set_attribute_table from Haskell
and get the above error as soon as I try to run my igraph_subgraph function.

_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to