Skip to content

Commit 3ab5b12

Browse files
authored
Merge pull request #38 from eriknw/v7.0.2
Update to v7.0.2
2 parents c9b4fcb + 5581ad6 commit 3ab5b12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ["3.8", "3.9", "3.10"]
2020
source: ["conda-forge"]
2121
# source: ["source"]
22-
graphblas-version: ["7.0.1"]
22+
graphblas-version: ["7.0.2"]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v2

suitesparse_graphblas/suitesparse_graphblas.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@ extern GrB_Info GB_BinaryOp_new(GrB_BinaryOp *binaryop, GxB_binary_function func
30643064
/* iterator */
30653065
extern GrB_Info GB_Iterator_rc_bitmap_next(GxB_Iterator iterator);
30663066
extern GrB_Info GB_Iterator_rc_seek(GxB_Iterator iterator, GrB_Index j, bool jth_vector);
3067-
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index p);
3067+
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index unused);
30683068

30693069
/* matrix */
30703070
extern GrB_Info GB_Iterator_attach(GxB_Iterator iterator, GrB_Matrix A, GxB_Format_Value format, GrB_Descriptor desc);

suitesparse_graphblas/suitesparse_graphblas_no_complex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2890,7 +2890,7 @@ extern GrB_Info GB_BinaryOp_new(GrB_BinaryOp *binaryop, GxB_binary_function func
28902890
/* iterator */
28912891
extern GrB_Info GB_Iterator_rc_bitmap_next(GxB_Iterator iterator);
28922892
extern GrB_Info GB_Iterator_rc_seek(GxB_Iterator iterator, GrB_Index j, bool jth_vector);
2893-
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index p);
2893+
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index unused);
28942894

28952895
/* matrix */
28962896
extern GrB_Info GB_Iterator_attach(GxB_Iterator iterator, GrB_Matrix A, GxB_Format_Value format, GrB_Descriptor desc);

0 commit comments

Comments
 (0)