From a1f5b6a5e3263013a79e077204104464f6258523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Mon, 6 Jan 2025 05:22:38 +0100 Subject: [PATCH] vendor: Update vendored sources to igraph/igraph@6c57e8c955d3c4d81160281d018dd3fa0a4052d8 refactor: minor cleanup in maximal cliques --- .../cigraph/src/cliques/maximal_cliques_template.h | 13 +++++++------ src/vendor/igraph_version.h | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/vendor/cigraph/src/cliques/maximal_cliques_template.h b/src/vendor/cigraph/src/cliques/maximal_cliques_template.h index 4cfcd4aad9..699b0317b1 100644 --- a/src/vendor/cigraph/src/cliques/maximal_cliques_template.h +++ b/src/vendor/cigraph/src/cliques/maximal_cliques_template.h @@ -81,10 +81,10 @@ } while (0) #define CLEANUP #define FOR_LOOP_OVER_VERTICES \ - nn= subset ? igraph_vector_int_size(subset) : no_of_nodes; \ + nn = subset ? igraph_vector_int_size(subset) : no_of_nodes; \ for (ii=0; ii