Skip to content

Commit 1fa7489

Browse files
committed
supports CSR
1 parent 8ba852c commit 1fa7489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bsp2mtx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ int main(int argc, char** argv) {
2121
printf(" === Reading file... ===\n");
2222
bsp_matrix_t matrix = bsp_read_matrix(input_fname, NULL);
2323
printf(" === Done writing. ===\n");
24-
24+
matrix = bsp_convert_matrix(matrix, BSP_COO);
2525
printf(" === Writing to %s... ===\n", output_fname);
2626
bsp_mmwrite(output_fname, matrix);
2727
printf(" === Done writing. ===\n");

0 commit comments

Comments
 (0)