Skip to content

Commit 70607dc

Browse files
committed
[Code] Minor type fixes for Kron hints
1 parent 89ac878 commit 70607dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cubool/include/cubool/cubool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ CUBOOL_EXPORT CUBOOL_API cuBool_Status cuBool_Kronecker(
525525
cuBool_Matrix result,
526526
cuBool_Matrix left,
527527
cuBool_Matrix right,
528-
cuBool_Hint hints
528+
cuBool_Hints hints
529529
);
530530

531531
#endif //CUBOOL_CUBOOL_H

cubool/sources/cuBool_Kronecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cuBool_Status cuBool_Kronecker(
2828
cuBool_Matrix result,
2929
cuBool_Matrix left,
3030
cuBool_Matrix right,
31-
cuBool_Hint hints
31+
cuBool_Hints hints
3232
) {
3333
CUBOOL_BEGIN_BODY
3434
CUBOOL_VALIDATE_LIBRARY

0 commit comments

Comments
 (0)