Skip to content

Commit

Permalink
x20
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Apr 28, 2024
1 parent 62d7853 commit 643921d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/ncdispatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#include "netcdf_par.h"
#endif
#include "netcdf_dispatch.h"
#ifdef USE_NETCDF4
#include "nc4internal.h"
#endif

#define longtype ((sizeof(long) == sizeof(int) ? NC_INT : NC_INT64))

Expand Down Expand Up @@ -287,7 +290,9 @@ typedef struct NCglobalstate {
int threshold;
int alignment;
} alignment;
#ifdef USE_NETCDF4
struct ChunkCache chunkcache;
#endif
} NCglobalstate;

#if defined(__cplusplus)
Expand Down

0 comments on commit 643921d

Please sign in to comment.