76 |
// the following 3 values are required here. Could be sent over or read in |
// the following 3 values are required here. Could be sent over or read in |
77 |
// with some rearrangement in init routines |
// with some rearrangement in init routines |
78 |
// |
// |
79 |
#define NUM_X 4320 |
#define NUM_X 90 |
80 |
#define NUM_Y 56160L // get rid of this someday |
#define NUM_Y 1170L // get rid of this someday |
81 |
#define NUM_Z 90 |
#define NUM_Z 50 |
82 |
#define MULTDIM 7 |
#define MULTDIM 7 |
83 |
#define twoDFieldSizeInBytes (NUM_X * NUM_Y * 1 * datumSize) |
#define twoDFieldSizeInBytes (NUM_X * NUM_Y * 1 * datumSize) |
84 |
#define threeDFieldSizeInBytes (twoDFieldSizeInBytes * NUM_Z) |
#define threeDFieldSizeInBytes (twoDFieldSizeInBytes * NUM_Z) |