Skip to content

Commit

Permalink
vendor: Update vendored sources to igraph/igraph@563aa5e
Browse files Browse the repository at this point in the history
chore: run pre-commit hooks
  • Loading branch information
krlmlr committed Jan 5, 2025
1 parent e2c5746 commit 52ab97d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/vendor/cigraph/src/cycles/simple_cycles.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static igraph_error_t igraph_i_simple_cycles_circuit(
// the closing edge
if ((!state->directed &&
igraph_vector_int_size(&state->edge_stack) > 0 &&
VECTOR(state->edge_stack)[0] > WE)) {
VECTOR(state->edge_stack)[0] > WE)) {
// printf("Skipping cycle to %" IGRAPH_PRId " via %" IGRAPH_PRId " to prevent duplicates.\n", W, WE);
continue;
}
Expand Down
4 changes: 2 additions & 2 deletions src/vendor/igraph_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@

__BEGIN_DECLS

#define IGRAPH_VERSION "0.10.13-164-gf32e621f3"
#define IGRAPH_VERSION "0.10.13-165-g563aa5e85"
#define IGRAPH_VERSION_MAJOR 0
#define IGRAPH_VERSION_MINOR 10
#define IGRAPH_VERSION_PATCH 13
#define IGRAPH_VERSION_PRERELEASE "164-gf32e621f3"
#define IGRAPH_VERSION_PRERELEASE "165-g563aa5e85"

IGRAPH_EXPORT void igraph_version(const char **version_string,
int *major,
Expand Down

0 comments on commit 52ab97d

Please sign in to comment.