1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/rankwidth/igraph-0.10.1.patch
Grigory Kirillov b03f65f060 testing/rankwidth: new aport
Library for calculating rank-width and rank-decompositions
https://sourceforge.net/projects/rankwidth

Needed for #14155
2022-10-07 09:51:16 +03:00

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)
{