Index: mttroot/mtt/lib/cr/hh/components.hh ================================================================== --- mttroot/mtt/lib/cr/hh/components.hh +++ mttroot/mtt/lib/cr/hh/components.hh @@ -2,12 +2,13 @@ #define COMPONENTS_HH // $ cd $(echo $MTT_COMPONENTS/simple | sed 's/\.://') // $ ls *_eqn.m | gawk -F_ '{printf ("%s, ", $1)}' enum component { - AE, AF, C, EBTF, EMTF, ES, FMR, FP, GY, I, PS, RST, RS, R, SS, TF + AE, AF, C, EBTF, EMTF, ES, FMR, FP, GY, I, PS, RST, RS, R, SS, TF, + ae, af, c, ebtf, emtf, es, fmr, fp, gy, i, ps, rst, rs, r, ss, tf }; typedef enum component component_t; #endif