Skip to content

Commit 8e48c98

Browse files
backport of dev2/GraphBLAS fix to stable GraphBLAS
1 parent 6234d25 commit 8e48c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GraphBLAS/Source/extract/GB_I_inverse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ GrB_Info GB_I_inverse // invert the I list for C=A(I,:)
120120
// J_input
121121
I, // row indices are in I [0..nI-1]
122122
// S_input
123-
S_input, // values of R (iso-valued)
123+
(const GB_void *) S_input, // values of R (iso-valued)
124124
// S_iso
125125
true, // R is iso-valued
126126
// nvals

0 commit comments

Comments
 (0)