Changeset 1996 in Sophya for trunk/ArchTOIPipe/ProcWSophya/Bolos2ring.cc
- Timestamp:
- May 13, 2002, 3:17:03 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/Bolos2ring.cc
r1984 r1996 108 108 109 109 // 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++) 111 112 { 112 113 char str[80]; … … 117 118 118 119 // on branche le pointage des 2 PSB 119 for(i nt i=0; i < 2; i++)120 for(i=0; i < 2; i++) 120 121 { 121 122 char str[80];
Note:
See TracChangeset
for help on using the changeset viewer.