Skip to content

Commit e2c21a0

Browse files
committed
Correct comment.
1 parent 0c3f3f8 commit e2c21a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/binsparse/tensor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ typedef struct {
2626
bsp_array_t values;
2727
} bsp_element_t;
2828

29-
// corresponds to BSP_TENSOR_DENSE
29+
// corresponds to BSP_TENSOR_SPARSE
3030
typedef struct {
3131
int rank;
3232
// pointers_to, while it will only ever point to one bsp_array_t, must be kept
@@ -38,6 +38,7 @@ typedef struct {
3838
bsp_level_t* child;
3939
} bsp_sparse_t;
4040

41+
// corresponds to BSP_TENSOR_DENSE
4142
typedef struct {
4243
int rank;
4344
bsp_level_t* child;

0 commit comments

Comments
 (0)