mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
remove debug flag
This commit is contained in:
parent
ce66c76522
commit
a4e030f4cc
@ -33,7 +33,7 @@ variables:
|
|||||||
#define ERRCODE 2
|
#define ERRCODE 2
|
||||||
#define ERR(e) {printf("Error: %s\n", nc_strerror(e)); exit(ERRCODE);}
|
#define ERR(e) {printf("Error: %s\n", nc_strerror(e)); exit(ERRCODE);}
|
||||||
|
|
||||||
#define DEBUG
|
#undef DEBUG
|
||||||
|
|
||||||
/* Setup an odometer */
|
/* Setup an odometer */
|
||||||
typedef struct Odom {
|
typedef struct Odom {
|
||||||
|
Loading…
Reference in New Issue
Block a user