We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abde77 commit c8605fcCopy full SHA for c8605fc
experimental/algorithm/LAGraph_CFL_reachability_advanced.c
@@ -26,7 +26,7 @@
26
27
#define LG_FREE_ALL \
28
{ \
29
- for (size_t i = 0; i < nonterms_count; i++) { \
+ for (int32_t i = 0; i < nonterms_count; i++) { \
30
GrB_free(&T[i]); \
31
} \
32
\
0 commit comments