igraph-help
[Top][All Lists]
Advanced

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

[igraph] error.c:125: IGRAPH_FINALLY_REAL: Assertion `no<100' failed


From: kaledje blaise
Subject: [igraph] error.c:125: IGRAPH_FINALLY_REAL: Assertion `no<100' failed
Date: Wed, 29 Jun 2011 10:38:27 +0100 (BST)

Hi,

I have this error when I include the following code into my program:

igraph_vs_vector(&vs,&localcom);
//igraph_vs_vector(&subcom,&vs2);
i=0;
igraph_vit_create(graph, vs, &vit);
print_vector(&overlapmembership);
while (!IGRAPH_VIT_END(vit)) {
sprintf(value,"%s %d ",igraph_cattribute_VAS(graph, "LC",IGRAPH_VIT_GET(vit)),i);
igraph_cattribute_VAS_set(graph, "LC",IGRAPH_VIT_GET(vit),value );
IGRAPH_VIT_NEXT(vit);
i++;
}

I have read a post with the same error but I do not use any FINALLY method in my code.

How can I solve it?

Thanks in advance, 

Blaise

reply via email to

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