mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
getting windows build working
This commit is contained in:
parent
dbacd00c9c
commit
6992295ef7
@ -13,9 +13,16 @@
|
||||
#include "netcdf.h"
|
||||
#include "nc4dispatch.h"
|
||||
|
||||
|
||||
#define FILE_NAME "tst_udf.nc"
|
||||
|
||||
#ifndef LOGGING
|
||||
int
|
||||
NC4_show_metadata(int ncid)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
int
|
||||
tst_open(const char *path, int mode, int basepe, size_t *chunksizehintp,
|
||||
int use_parallel, void *parameters, NC_Dispatch *dispatch,
|
||||
|
Loading…
Reference in New Issue
Block a user