mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-12 18:10:24 +08:00
Merge branch 'patch-13' of https://github.com/gsjaardema/netcdf-c into gsjaardema-batch
This commit is contained in:
commit
1c1c06ff8d
@ -478,7 +478,7 @@ NC4_inq_varids(int ncid, int *nvars, int *varids)
|
||||
NC_GRP_INFO_T *grp;
|
||||
NC_HDF5_FILE_INFO_T *h5;
|
||||
NC_VAR_INFO_T *var;
|
||||
int v, num_vars = 0;
|
||||
int num_vars = 0;
|
||||
int retval;
|
||||
int i;
|
||||
|
||||
@ -547,7 +547,7 @@ NC4_inq_dimids(int ncid, int *ndims, int *dimids, int include_parents)
|
||||
NC_GRP_INFO_T *grp, *g;
|
||||
NC_HDF5_FILE_INFO_T *h5;
|
||||
NC_DIM_INFO_T *dim;
|
||||
int d, num = 0;
|
||||
int num = 0;
|
||||
int retval;
|
||||
|
||||
LOG((2, "nc_inq_dimids: ncid 0x%x include_parents: %d", ncid,
|
||||
|
Loading…
x
Reference in New Issue
Block a user