summaryrefslogtreecommitdiff
path: root/math/rankwidth/files/patch-simplerw.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--math/rankwidth/files/patch-simplerw.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/rankwidth/files/patch-simplerw.c b/math/rankwidth/files/patch-simplerw.c
deleted file mode 100644
index 378f8e7c47a3..000000000000
--- a/math/rankwidth/files/patch-simplerw.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- simplerw.c.orig 2023-02-26 14:01:13 UTC
-+++ simplerw.c
-@@ -134,7 +134,7 @@ int read_graph(const char *format, const char * filena
- igraph_destroy(&igraph);
- return(-1);
- }
-- igraph_get_adjacency(&igraph, &imatrix, IGRAPH_GET_ADJACENCY_BOTH, 0);
-+ igraph_get_adjacency(&igraph, &imatrix, IGRAPH_GET_ADJACENCY_BOTH, NULL, IGRAPH_LOOPS_ONCE);
- igraph_destroy(&igraph);
- if(igraph_matrix_nrow(&imatrix) > MAX_VERTICES)
- {