Skip to content

Commit 0cdf981

Browse files
more v9.0.0 issues
1 parent ae741b6 commit 0cdf981

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

experimental/algorithm/LAGraph_LouvainIS.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
#include <stdlib.h>
2323
#include <stdio.h>
2424
#include <time.h>
25+
26+
#if LG_SUITESPARSE_GRAPHBLAS_V10
27+
2528
// #define TIMING
2629
#define DEBUG 0
2730

@@ -271,6 +274,8 @@ void extract_k_if_gain(void *out, const void *in)
271274
LAGraph_Free((void **)&d_copy, msg); \
272275
LAGraph_Free((void **)&c_copy, msg); \
273276
}
277+
#endif
278+
274279
int LAGraph_LouvainIS(
275280
// output
276281
GrB_Matrix *S_result,
@@ -529,4 +534,4 @@ int LAGraph_LouvainIS(
529534
#else
530535
return (GrB_NOT_IMPLEMENTED);
531536
#endif
532-
}
537+
}

0 commit comments

Comments
 (0)