Skip to content

Commit 7df9d26

Browse files
bug fix
1 parent eb0e2be commit 7df9d26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Object_Methods/Algebra_Methods.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,12 @@ function GrB_Semiring_new(semiring::GrB_Semiring, monoid::GrB_Monoid, binary_op:
238238
)
239239
end
240240

241-
function GxB_SelectOp_new(op::GxB_SelectOp, GxB_select_function::Function, xtype::GrB_Type{T}, ktype::GrB_Type{U}) where {T, U}
241+
function GxB_SelectOp_new(op::GxB_SelectOp, GxB_select_function::Function, xtype::GrB_Type{T}, thunk_type::GrB_Type{U}) where {T, U}
242242

243243
GxB_select_function_C = @cfunction(
244244
$GxB_select_function,
245-
Bool,
246-
(Cintmax_t, Cintmax_t, Cintmax_t, Cintmax_t, Ref{T}, Ref{U})
245+
Bool,
246+
(Cuintmax_t, Cuintmax_t, Cuintmax_t, Cuintmax_t, Ref{T}, Ref{U})
247247
)
248248

249249
return GrB_Info(

0 commit comments

Comments
 (0)