Skip to content

Commit

Permalink
push3
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Apr 21, 2024
1 parent 92de842 commit b8f4901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libnczarr/zformat2.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,10 @@ write_var_meta(NC_FILE_INFO_T* file, NCZ_FILE_INFO_T* zfile, NCZMAP* map, NC_VAR
int purezarr = 0;
size64_t shape[NC_MAX_VAR_DIMS];
NCZ_VAR_INFO_T* zvar = var->format_var_info;
#ifdef NETCDF_ENABLE_NCZARR_FILTERS
NClist* filterchain = NULL;
NCjson* jfilters = NULL;
NCjson* jfilter = NULL;
#ifdef NETCDF_ENABLE_NCZARR_FILTERS
NClist* filterchain = NULL;
#endif

ZTRACE(3,"file=%s var=%s isclose=%d",file->controller->path,var->hdr.name,isclose);
Expand Down

0 comments on commit b8f4901

Please sign in to comment.