mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-24 18:30:51 +08:00
fixed test issue
This commit is contained in:
parent
d5baca7f97
commit
97faffe072
@ -82,7 +82,6 @@ main(int argc, char **argv)
|
||||
/* Check the contents. Then define a new variable. Since it's
|
||||
* netcdf-4, nc_enddef isn't required - it's called
|
||||
* automatically. */
|
||||
hdf5_set_log_level(3);
|
||||
if (nc_open(FILE_NAME, NC_WRITE, &ncid)) ERR;
|
||||
if (nc_inq(ncid, &ndims, &nvars, &natts, &unlimdimid)) ERR;
|
||||
if (ndims != 2 || nvars != 2 || natts != 0 || unlimdimid != -1) ERR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user