Skip to content
Snippets Groups Projects

Consolidation with CDI-PIO (develop)

Merged Sergey Kosukhin requested to merge m300488/develop-rebase into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -178,7 +178,7 @@ cdfDefTime(stream_t *streamptr)
#ifdef HAVE_NETCDF4
if (timeDimLen == NC_UNLIMITED && (streamptr->filetype == CDI_FILETYPE_NC4 || streamptr->filetype == CDI_FILETYPE_NC4C))
{
const size_t chunk = 512;
static const size_t chunk = 512;
cdf_def_var_chunking(fileID, timeVarId, NC_CHUNKED, &chunk);
}
#endif
Loading