Skip to content
Snippets Groups Projects

M214003/develop

Closed Uwe Schulzweida requested to merge m214003/develop into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -803,7 +803,7 @@ cdfDefineDimsAndChunks(const stream_t *streamptr, int varID, int xid, int yid, i
if (chunkType == CDI_CHUNK_GRID && gridsize > ChunkSizeLim)
{
if (CDI_Debug) fprintf(stderr, "gridsize > %u, changed chunkType to CDI_CHUNK_LINES!\n", ChunkSizeLim);
chunkType = CDI_CHUNK_LINES;
chunkType = CDI_CHUNK_AUTO;
}
for (int id = 0; id < 3; ++id)
Loading