1 #if 0
2 /* $Id$ */
3 #endif
4 
5 #define _FCLDA_ELEMENTS 9
6 #define _FXC_NUMDERI 36
7 
8 
9 #define _FXC_E       0
10 
11 #define _FXC_RA      1
12 #define _FXC_RB      2
13 
14 #define _FXC_GAA     3
15 #define _FXC_GAB     4
16 #define _FXC_GBB     5
17 
18 #define _FXC_RARA    6
19 #define _FXC_RBRB    7
20 #define _FXC_RARB    8
21 
22 #define _FXC_GAAGAA  9
23 #define _FXC_GAAGAB 10
24 #define _FXC_GAAGBB 11
25 #define _FXC_GBBGAB 12
26 #define _FXC_GBBGBB 13
27 #define _FXC_GABGAB 14
28 
29 #define _FXC_RAGAA  15
30 #define _FXC_RAGAB  16
31 #define _FXC_RAGBB  17
32 #define _FXC_RBGAA  18
33 #define _FXC_RBGAB  19
34 #define _FXC_RBGBB  20
35 
36 #define _FXC_TA     21
37 #define _FXC_TB     22
38 
39 #define _FXC_TATA   23
40 #define _FXC_TATB   24
41 #define _FXC_TBTB   25
42 
43 #define _FXC_TARA   26
44 #define _FXC_TARB   27
45 #define _FXC_TBRA   28
46 #define _FXC_TBRB   29
47 
48 #define _FXC_TAGAA  30
49 #define _FXC_TAGAB  31
50 #define _FXC_TAGBB  32
51 #define _FXC_TBGAA  33
52 #define _FXC_TBGAB  34
53 #define _FXC_TBGBB  35
54 
55