Changeset 121 for anr/gantt.l


Ignore:
Timestamp:
Feb 9, 2010, 5:08:49 PM (14 years ago)
Author:
coach
Message:

FC: mise à jour partie moyens INRIA/CAIRN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anr/gantt.l

    r113 r121  
    4242struct partner_def { char *key, *name, *fnfull, *fnshort; } partner_table[] = {
    4343    { "UNKNOW" ,"relax"  ,0                       ,0                        },
    44     { "irisa"  ,"irisa"  ,"table_irisa_full.tex"  ,"table_irisa_short.tex"  },
    45     { "lip"    ,"lip"    ,"table_lip_full.tex"    ,"table_lip_short.tex"    },
     44    { "irisa"  ,"irisa"  ,"table_inria_cairn_full.tex"  ,"table_inria_cairn_short.tex"  },
     45    { "inria_compsys"    ,"inria_compsys"    ,"table_inria_compsys_full.tex"    ,"table_inria_compsys_short.tex"    },
    4646    { "tima"   ,"tima"   ,"table_tima_full.tex"   ,"table_tima_short.tex"   },
    4747    { "ubs"    ,"ubs"    ,"table_ubs_full.tex"    ,"table_ubs_short.tex"    },
     
    781781    prepare2(curr);
    782782    prepare3(curr);
     783    do_partner_table_full(1); do_partner_table_short(1);
    783784    do_partner_table_full(3); do_partner_table_short(3);
    784785    do_partner_table_full(4); do_partner_table_short(4);
Note: See TracChangeset for help on using the changeset viewer.