Changeset 278 for anr/gantt.l
- Timestamp:
- Nov 24, 2010, 12:14:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/gantt.l
r251 r278 47 47 { "ubs" ,"ubs" ,"table_ubs_full.tex" ,"table_ubs_short.tex" }, 48 48 { "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" },51 49 { "bull" ,"bull" ,"table_bull_full.tex" ,"table_bull_short.tex" }, 52 50 { "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" }, 55 52 { 0 ,0 ,0 ,0 }, 56 53 }; … … 862 859 int main() 863 860 { 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 }; 866 863 867 864 yylex(); … … 876 873 prepare3(curr); 877 874 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); 879 876 do_partner_table_full(3); do_partner_table_short(3); 880 877 do_partner_table_full(4); do_partner_table_short(4); 881 878 do_partner_table_full(5); do_partner_table_short(5); 879 do_partner_table_full(6); do_partner_table_short(6); 882 880 do_partner_table_full(7); do_partner_table_short(7); 883 881 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);887 882 888 883 curr = data_new(0,0); … … 891 886 prepare2(curr); 892 887 prepare3(curr); 893 do_livrable_tables( 70);888 do_livrable_tables(40); 894 889 return 0; 895 890 }
Note: See TracChangeset
for help on using the changeset viewer.