mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +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
|
/* Go thru formats and run all tests for each of two (for netCDF-3
|
||||||
* only builds), or 4 (for netCDF-4 builds) different formats. */
|
* only builds), or 4 (for netCDF-4 builds) different formats. */
|
||||||
/* for (i = NUM_FORMATS; i >= 1; i--) */
|
for (i = NUM_FORMATS; i >= 1; i--)
|
||||||
i = NC_FORMAT_NETCDF4;
|
|
||||||
{
|
{
|
||||||
switch (i)
|
switch (i)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user