mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-05 16:20:10 +08:00
fixing parallel I/O bug with dim length for unlimited dimensions
This commit is contained in:
parent
1bcb87fb0c
commit
d7efa7da82
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user