Skip to content

Commit 1c0a070

Browse files
committed
GxB on sselectop
1 parent 525b3b9 commit 1c0a070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wait.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function wait(A::libgb.GrB_BinaryOp)
1616
return nothing
1717
end
1818

19-
function wait(A::libgb.GrB_SelectOp)
19+
function wait(A::libgb.GxB_SelectOp)
2020
waitmode = libgb.GrB_MATERIALIZE
2121
libgb.GrB_SelectOp_wait(A, waitmode)
2222
return nothing

0 commit comments

Comments
 (0)