mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Fixed issue on 32-bit systems.
This commit is contained in:
parent
fd2c575597
commit
e4f81a1611
@ -47,11 +47,13 @@ main(int argc, char **argv) {
|
||||
int n_dim;
|
||||
|
||||
#define NUMRECS 2
|
||||
#define I_LEN 5
|
||||
#if 0
|
||||
#define J_LEN 214700000
|
||||
#endif
|
||||
#define J_LEN 500000000
|
||||
#define I_LEN 4106
|
||||
//#define I_LEN 5
|
||||
//#if 0
|
||||
//#define J_LEN 214700000
|
||||
//#endif
|
||||
//#define J_LEN 500000000
|
||||
#define J_LEN 1023
|
||||
#define K_LEN 1023
|
||||
#define N_LEN 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user