Skip to content

Commit

Permalink
Merge pull request #38 from eriknw/v7.0.2
Browse files Browse the repository at this point in the history
Update to v7.0.2
  • Loading branch information
eriknw authored Apr 9, 2022
2 parents c9b4fcb + 5581ad6 commit 3ab5b12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]
source: ["conda-forge"]
# source: ["source"]
graphblas-version: ["7.0.1"]
graphblas-version: ["7.0.2"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion suitesparse_graphblas/suitesparse_graphblas.h
Original file line number Diff line number Diff line change
Expand Up @@ -3064,7 +3064,7 @@ extern GrB_Info GB_BinaryOp_new(GrB_BinaryOp *binaryop, GxB_binary_function func
/* iterator */
extern GrB_Info GB_Iterator_rc_bitmap_next(GxB_Iterator iterator);
extern GrB_Info GB_Iterator_rc_seek(GxB_Iterator iterator, GrB_Index j, bool jth_vector);
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index p);
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index unused);

/* matrix */
extern GrB_Info GB_Iterator_attach(GxB_Iterator iterator, GrB_Matrix A, GxB_Format_Value format, GrB_Descriptor desc);
Expand Down
2 changes: 1 addition & 1 deletion suitesparse_graphblas/suitesparse_graphblas_no_complex.h
Original file line number Diff line number Diff line change
Expand Up @@ -2890,7 +2890,7 @@ extern GrB_Info GB_BinaryOp_new(GrB_BinaryOp *binaryop, GxB_binary_function func
/* iterator */
extern GrB_Info GB_Iterator_rc_bitmap_next(GxB_Iterator iterator);
extern GrB_Info GB_Iterator_rc_seek(GxB_Iterator iterator, GrB_Index j, bool jth_vector);
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index p);
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index unused);

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

0 comments on commit 3ab5b12

Please sign in to comment.