igraph-help
[Top][All Lists]
Advanced

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

[igraph] Re: shortest path length


From: Yong Zou
Subject: [igraph] Re: shortest path length
Date: Thu, 18 Jun 2009 13:52:02 +0200

Hi there,

It seems not working. I only got "Segmentation fault", no useful message.

> igraph_vector_ptr_init(&result_paths, 1);
> VECTOR(*result_paths)[0] = result_path;

I changed this to VECTOR(result_paths)[0] = result_path;

Best,




reply via email to

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