Skip to content

Commit e17db94

Browse files
more API concerns for experimental coloring methods
1 parent 9287da5 commit e17db94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

experimental/algorithm/LAGraph_coloring_MIS.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int LAGraph_coloring_MIS
2222
(
2323
// output
2424
GrB_Vector *color,
25-
int *num_colors,
25+
int *num_colors, // FIXME: should be int64_t
2626

2727
// input
2828
LAGraph_Graph G,

experimental/algorithm/LAGraph_coloring_independent_set.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ int LAGraph_coloring_independent_set
2020
(
2121
// output
2222
GrB_Vector *color,
23-
int *num_colors,
23+
int *num_colors, // FIXME: should be int64_t
2424

2525
// input
2626
LAGraph_Graph G,

0 commit comments

Comments
 (0)