Changeset 356 for anr/gantt.l
- Timestamp:
- Feb 6, 2011, 2:29:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/gantt.l
r335 r356 53 53 struct partner_def { char *key, *name, *fnfull, *fnshort; } partner_table[] = { 54 54 { "UNKNOW" ,"relax" ,0 ,0 }, 55 { "inria" ,"inria" ,"table_inria_cairn_full.tex" ,"table_inria_cairn_short.tex" }, 55 { "mds" ,"mds" ,"table_mds_full.tex" ,"table_mds_short.tex" }, 56 { "upmc" ,"upmc" ,"table_upmc_full.tex" ,"table_upmc_short.tex" }, 57 { "ubs" ,"ubs" ,"table_ubs_full.tex" ,"table_ubs_short.tex" }, 56 58 { "lip" ,"lip" ,"table_inria_compsys_full.tex","table_inria_compsys_short.tex" }, 57 59 { "tima" ,"tima" ,"table_tima_full.tex" ,"table_tima_short.tex" }, 58 { "ubs" ,"ubs" ,"table_ubs_full.tex" ,"table_ubs_short.tex" }, 59 { "upmc" ,"upmc" ,"table_upmc_full.tex" ,"table_upmc_short.tex" }, 60 { "inria" ,"inria" ,"table_inria_cairn_full.tex" ,"table_inria_cairn_short.tex" }, 60 61 { "bull" ,"bull" ,"table_bull_full.tex" ,"table_bull_short.tex" }, 61 62 { "thales" ,"thales" ,"table_thales_full.tex" ,"table_thales_short.tex" }, 62 { "mds" ,"mds" ,"table_mds_full.tex" ,"table_mds_short.tex" },63 63 { 0 ,0 ,0 ,0 }, 64 64 };
Note: See TracChangeset
for help on using the changeset viewer.