Artifact 2fc3af9d6e4492c71ae6069372808991cb46f815865077414ba6a37da186cff3:
- File mtt/lib/cr/hh/components.hh — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 356) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/cr/hh/components.hh — part of check-in [1df90acfe7] at 2004-08-29 17:25:46 on branch origin/master — Accept component types in upper or lower case. (user: geraint@users.sourceforge.net, size: 356) [annotate] [blame] [check-ins using]
#ifndef COMPONENTS_HH #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 }; typedef enum component component_t; #endif