Changeset 278 for anr/gantt.l


Ignore:
Timestamp:
Nov 24, 2010, 12:14:38 AM (14 years ago)
Author:
coach
Message:

Reduced the task number. Suppressed xilinx, navtel and flexra. Added mds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anr/gantt.l

    r251 r278  
    4747    { "ubs"    ,"ubs"    ,"table_ubs_full.tex"          ,"table_ubs_short.tex"    },
    4848    { "upmc"   ,"upmc"   ,"table_upmc_full.tex"         ,"table_upmc_short.tex"   },
    49     { "altera" ,"altera" ,"table_altera_full.tex"       ,"table_altera_short.tex" },
    50     { "xilinx" ,"xilinx" ,"table_xilinx_full.tex"       ,"table_xilinx_short.tex" },
    5149    { "bull"   ,"bull"   ,"table_bull_full.tex"         ,"table_bull_short.tex"   },
    5250    { "thales" ,"thales" ,"table_thales_full.tex"       ,"table_thales_short.tex" },
    53     { "zied"   ,"zied"   ,"table_zied_full.tex"         ,"table_zied_short.tex"   },
    54     { "navtel" ,"navtel" ,"table_navtel_full.tex"       ,"table_navtel_short.tex" },
     51    { "mds"    ,"mds"    ,"table_mds_full.tex"          ,"table_mds_short.tex"   },
    5552    { 0        ,0        ,0                             ,0                        },
    5653};
     
    862859int main()
    863860{
    864     int tnplus[10] =  { 1, 2, 3, 4, 8, -1 };
    865     int tnmoins[10] = { 1, 2, 3, 4, 8, -1 };
     861    int tnplus[10] =  { 1, 2, 3, 4, 5, 6, -1 };
     862    int tnmoins[10] = { 1, 2, 3, 4, 5, 6, -1 };
    866863
    867864    yylex();
     
    876873    prepare3(curr);
    877874    do_partner_table_full(1);  do_partner_table_short(1);
    878     do_partner_table_full(2);  do_partner_table_short(3);
     875    do_partner_table_full(2);  do_partner_table_short(2);
    879876    do_partner_table_full(3);  do_partner_table_short(3);
    880877    do_partner_table_full(4);  do_partner_table_short(4);
    881878    do_partner_table_full(5);  do_partner_table_short(5);
     879    do_partner_table_full(6);  do_partner_table_short(6);
    882880    do_partner_table_full(7);  do_partner_table_short(7);
    883881    do_partner_table_full(8);  do_partner_table_short(8);
    884     do_partner_table_full(9);  do_partner_table_short(9);
    885     do_partner_table_full(10); do_partner_table_short(10);
    886     do_partner_table_full(11); do_partner_table_short(10);
    887882
    888883    curr = data_new(0,0);
     
    891886    prepare2(curr);
    892887    prepare3(curr);
    893     do_livrable_tables(70);
     888    do_livrable_tables(40);
    894889    return 0;
    895890}
Note: See TracChangeset for help on using the changeset viewer.