- Timestamp:
- May 13, 2002, 3:17:03 PM (23 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/cgt.cc
r1994 r1996 139 139 void CGT::Start() 140 140 { 141 vector< TOIProcessor* >::iterator it;142 141 cout << " CGT::Start() starting TOIProcessors ... NProc=" 143 142 << lesProcs.size() << endl; -
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.