1 #ifndef  CDI_LIMITS_H
2 #define  CDI_LIMITS_H
3 
4 #define  MAX_DIMENSIONS    5  // maximum number of dimensions per variable
5 #define  MAX_GRIDS_PS    128  // maximum number of different grids per stream
6 #define  MAX_ZAXES_PS    128  // maximum number of different zaxes per stream
7 #define  MAX_ATTRIBUTES  256  // maximum number of attributes per variable
8 #define  MAX_KEYS         64  // maximum number of keys per variable
9 #define  MAX_SUBTYPES_PS 128  // maximum number of different subtypes per stream
10 
11 #endif  /* CDI_LIMITS_H */
12 /*
13  * Local Variables:
14  * c-file-style: "Java"
15  * c-basic-offset: 2
16  * indent-tabs-mode: nil
17  * show-trailing-whitespace: t
18  * require-trailing-newline: t
19  * End:
20  */
21