Changeset 1997 in Sophya for trunk/ArchTOIPipe/ProcWSophya
- Timestamp:
- May 13, 2002, 3:18:20 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/PSB2ring.cc
r1984 r1997 102 102 cout << "PSB2ring::init" << endl; 103 103 104 int i; 104 105 // on branche les TOIs des 4 bolos (l'un peut etre "vide") 105 for(i nt i=0; i < 4; i++)// if (PSB_ok[i] > 0)106 for(i=0; i < 4; i++)// if (PSB_ok[i] > 0) 106 107 { 107 108 char str[80]; … … 112 113 113 114 // on branche le poinatge des 2 PSB 114 for(i nt i=0; i < 2; i++)// if (PSB_ok[i] > 0)115 for(i=0; i < 2; i++)// if (PSB_ok[i] > 0) 115 116 { 116 117 char str[80];
Note:
See TracChangeset
for help on using the changeset viewer.