mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
Correction.
This commit is contained in:
parent
9b15f9c0dc
commit
9ccb1bcd60
@ -2417,6 +2417,9 @@ NCD2_var_par_access(int ncid, int p2, int p3)
|
||||
return THROW(NC_ENOPAR);
|
||||
}
|
||||
|
||||
|
||||
#ifdef USE_NETCDF4
|
||||
|
||||
EXTERNL int
|
||||
NCD2_inq_ncid(int ncid, const char* name, int* grp_ncid)
|
||||
{
|
||||
@ -2427,9 +2430,6 @@ NCD2_inq_ncid(int ncid, const char* name, int* grp_ncid)
|
||||
return THROW(ret);
|
||||
}
|
||||
|
||||
#ifdef USE_NETCDF4
|
||||
|
||||
|
||||
NCD2_show_metadata(int ncid)
|
||||
{
|
||||
NC* drno;
|
||||
@ -2529,7 +2529,7 @@ NCD2_inq_typeids(int ncid, int* ntypes, int* p)
|
||||
ret = nc_inq_typeids(getnc3id(drno), ntypes, p);
|
||||
return THROW(ret);
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
NCD2_inq_type_equal(int ncid, nc_type t1, int p3, nc_type t2, int* p5)
|
||||
{
|
||||
@ -2602,7 +2602,7 @@ NCD2_insert_compound(int ncid, nc_type t1, const char* p3, size_t p4, nc_type t2
|
||||
}
|
||||
|
||||
int
|
||||
NCD2_insert_array_compound(int ncid, nc_type t1, const char* p3, size_t p4,
|
||||
NCD2_insert_array_compound(int ncid, nc_type t1, const char* p3, size_t p4,
|
||||
nc_type t2, int p6, const int* p7)
|
||||
{
|
||||
NC* drno;
|
||||
|
Loading…
Reference in New Issue
Block a user