Skip to content

Commit c44399a

Browse files
committed
Testing if CI fails with a breaking change.
1 parent 76d247e commit c44399a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/mtx2bsp.c

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

115115
bsp_print_matrix_info(matrix);
116116

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

0 commit comments

Comments
 (0)