mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
Library for calculating rank-width and rank-decompositions https://sourceforge.net/projects/rankwidth Needed for #14155
11 lines
331 B
Diff
11 lines
331 B
Diff
--- a/simplerw.c
|
|
+++ b/simplerw.c
|
|
@@ -134,7 +134,7 @@
|
|
igraph_destroy(&igraph);
|
|
return(-1);
|
|
}
|
|
- igraph_get_adjacency(&igraph, &imatrix, IGRAPH_GET_ADJACENCY_BOTH, 0);
|
|
+ igraph_get_adjacency(&igraph, &imatrix, IGRAPH_GET_ADJACENCY_BOTH, 0, 0);
|
|
igraph_destroy(&igraph);
|
|
if(igraph_matrix_nrow(&imatrix) > MAX_VERTICES)
|
|
{
|