mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
messing with NC4_show_metadata
This commit is contained in:
parent
21f60c64f5
commit
d7badd18d9
@ -15,13 +15,13 @@
|
||||
|
||||
#define FILE_NAME "tst_udf.nc"
|
||||
|
||||
#ifndef LOGGING
|
||||
int
|
||||
NC4_show_metadata(int ncid)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
/* #ifndef LOGGING */
|
||||
/* int */
|
||||
/* NC4_show_metadata(int ncid) */
|
||||
/* { */
|
||||
/* return 0; */
|
||||
/* } */
|
||||
/* #endif */
|
||||
|
||||
int
|
||||
tst_open(const char *path, int mode, int basepe, size_t *chunksizehintp,
|
||||
|
Loading…
Reference in New Issue
Block a user