55 #define EEindexMax 12000 // use it to decalare any local array
56 #define EEindexVersion 100 // use assert(EEindexVersion==100) if you depend on particular indexing, but try not to.
58 int EEname2Index(
const char *name);
59 void EEindex2Name(
int index,
char * name);
60 void EEindexRange(
int secID,
int &ix1,
int &ix2);