Skip to content

Commit b20f305

Browse files
committed
wip
1 parent bc734e7 commit b20f305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experimental/algorithm/LAGraph_RPQMatrix.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ GrB_Info LAGraph_RPQMatrix_reduce(GrB_Index *res, GrB_Matrix mat, uint8_t reduce
208208

209209
if (reduce_type == 0)
210210
{
211-
OK(GrB_reduce(reduce, GrB_NULL, GrB_NULL, op, mat, GrB_NULL)) ;
211+
OK(GrB_reduce(reduce, GrB_NULL, GrB_NULL, GxB_ANY_BOOL_MONOID, mat, GrB_NULL)) ;
212212
}
213213
else if (reduce_type == 1)
214214
{
215-
OK(GrB_reduce(reduce, GrB_NULL, GrB_NULL, op, mat, GrB_DESC_T0)) ;
215+
OK(GrB_reduce(reduce, GrB_NULL, GrB_NULL, GxB_ANY_BOOL_MONOID, mat, GrB_DESC_T0)) ;
216216
}
217217
else
218218
{

0 commit comments

Comments
 (0)