Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Oct 9, 2024
1 parent 3916140 commit 568f5fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wgrib2/GDT.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#ifdef USE_G2CLIB

//#include "grib2.h"
#include "grib2_int.h"
g2int g2_unpack3(unsigned char *,g2int *,g2int **,g2int **,
g2int *,g2int **,g2int *);

Expand Down
2 changes: 1 addition & 1 deletion wgrib2/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "fnlist.h"

#ifdef USE_G2CLIB
//#include "grib2.h"
#include "grib2_int.h"
extern gribfield *grib_data; extern int free_gribfield; // flag for allocated gribfield
#endif

Expand Down
2 changes: 1 addition & 1 deletion wgrib2/wgrib2.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jmp_buf fatal_err;
#include "fnlist.h"

#ifdef USE_G2CLIB
//#include "grib2.h"
#include "grib2_int.h"
gribfield *grib_data;
int free_gribfield; // flag for allocated gribfield
#endif
Expand Down

0 comments on commit 568f5fb

Please sign in to comment.