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

Compil sur magique SGI-CC (2) - Reza 13/5/2002

File:
1 edited

Legend:

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

    r1984 r1997  
    102102  cout << "PSB2ring::init" << endl;
    103103
     104  int i;
    104105  // on branche les TOIs des 4 bolos (l'un peut etre "vide")
    105   for(int i=0; i < 4; i++)// if (PSB_ok[i] > 0)
     106  for(i=0; i < 4; i++)// if (PSB_ok[i] > 0)
    106107    {
    107108      char str[80];
     
    112113
    113114  // on branche le poinatge des 2 PSB
    114   for(int i=0; i < 2; i++)// if (PSB_ok[i] > 0)
     115  for(i=0; i < 2; i++)// if (PSB_ok[i] > 0)
    115116    {
    116117      char str[80];
Note: See TracChangeset for help on using the changeset viewer.