fixing parallel I/O bug with dim length for unlimited dimensions

This commit is contained in:
Edward Hartnett 2022-04-26 07:59:24 -06:00
parent 1bcb87fb0c
commit d7efa7da82

View File

@ -509,8 +509,7 @@ main(int argc, char **argv)
/* Go thru formats and run all tests for each of two (for netCDF-3
* only builds), or 4 (for netCDF-4 builds) different formats. */
/* for (i = NUM_FORMATS; i >= 1; i--) */
i = NC_FORMAT_NETCDF4;
for (i = NUM_FORMATS; i >= 1; i--)
{
switch (i)
{