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.
bsp-ls
1 parent 8e3cb3e commit b0f0657Copy full SHA for b0f0657
examples/bsp-ls.c
@@ -35,7 +35,8 @@ void print_group_info(hid_t g, const char* name) {
35
assert(format_ != NULL);
36
char* format_string = cJSON_GetStringValue(format_);
37
38
- cJSON* nnz_ = cJSON_GetObjectItemCaseSensitive(binsparse, "nnz");
+ cJSON* nnz_ =
39
+ cJSON_GetObjectItemCaseSensitive(binsparse, "number_of_stored_values");
40
assert(nnz_ != NULL);
41
size_t nnz = cJSON_GetNumberValue(nnz_);
42
0 commit comments