Ignore:
Timestamp:
May 13, 2002, 3:17:03 PM (23 years ago)
Author:
ansari
Message:

Compil sur magique SGI-CC - Reza 13/5/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/Bolos2ring.cc

    r1984 r1996  
    108108
    109109  // on branche les TOIs des 4 bolos (l'un peut etre "vide")
    110   for(int i=0; i < 4; i++)
     110  int i;
     111  for(i=0; i < 4; i++)
    111112    {
    112113      char str[80];
     
    117118
    118119  // on branche le pointage des 2 PSB
    119   for(int i=0; i < 2; i++)
     120  for(i=0; i < 2; i++)
    120121    {
    121122      char str[80];
Note: See TracChangeset for help on using the changeset viewer.