We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd37ef7 commit 2c2b23aCopy full SHA for 2c2b23a
include/binsparse/read_matrix.h
@@ -31,6 +31,8 @@ bsp_matrix_t bsp_read_matrix_from_group(hid_t f) {
31
32
bsp_matrix_format_t format = bsp_get_matrix_format(format_string);
33
34
+ assert(format != 0);
35
+
36
matrix.format = format;
37
38
cJSON* nnz_ = cJSON_GetObjectItemCaseSensitive(binsparse, "nnz");
0 commit comments