Skip to content

Commit 9e06aaa

Browse files
committed
Undoing breaking change - CI should now pass.
1 parent c44399a commit 9e06aaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/mtx2bsp.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ int main(int argc, char** argv) {
114114

115115
bsp_print_matrix_info(matrix);
116116

117-
bsp_array_write(matrix.values, 0, -12);
118-
119117
printf(" === Writing to %s... ===\n", output_fname);
120118
bsp_write_matrix(output_fname, matrix, group_name, user_json);
121119
printf(" === Done writing. ===\n");

0 commit comments

Comments
 (0)