Merge branch 'patch-12' of https://github.com/gsjaardema/netcdf-c into gsjaardema-batch

This commit is contained in:
Ward Fisher 2018-01-31 16:24:38 -07:00
commit 03446423f7

View File

@ -559,6 +559,7 @@ main(int argc, char **argv)
}
SUMMARIZE_ERR;
#ifndef NO_NETCDF_2
#define VAR_DIMS2 2
printf("*** testing 2D array of NC_FLOAT with v2 API...");
{
@ -584,6 +585,7 @@ main(int argc, char **argv)
ncclose(ncid);
}
SUMMARIZE_ERR;
#endif
#define NDIMS 3
#define NNAMES 4