igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Keeping track of reassigned IDs in C


From: Nils Schweinsberg
Subject: Re: [igraph] Keeping track of reassigned IDs in C
Date: Tue, 31 Jul 2012 00:49:23 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20120713 Thunderbird/14.0

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]