Changeset 1490 in Sophya for trunk/ArchTOIPipe
- Timestamp:
- May 6, 2001, 6:12:22 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toiprocessor.cc
r1464 r1490 316 316 wontNeedValue = i; 317 317 for (int j=0; j< (int) inIx.size(); j++) { 318 inTOIs[j]->wontNeedBefore(i); 318 // $CHECK$ Reza 6/5/2001 Protection sur non connected TOI 319 if (inTOIs[j]) inTOIs[j]->wontNeedBefore(i); 319 320 } 320 321 } -
trunk/ArchTOIPipe/TestPipes/mesovh.cc
r1488 r1490 171 171 } 172 172 173 cout << noop;174 if (fgbipro) cout << noop2;175 173 PrtTim("starting threads"); 176 174 r.start();
Note:
See TracChangeset
for help on using the changeset viewer.