Changeset 1490 in Sophya


Ignore:
Timestamp:
May 6, 2001, 6:12:22 PM (24 years ago)
Author:
ansari
Message:

correction bug/protection ds TOIProcessor - Reza 6/5/2001

Location:
trunk/ArchTOIPipe
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/toiprocessor.cc

    r1464 r1490  
    316316  wontNeedValue = i;
    317317  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);
    319320  }
    320321}
  • trunk/ArchTOIPipe/TestPipes/mesovh.cc

    r1488 r1490  
    171171    }
    172172
    173     cout << noop;
    174     if (fgbipro) cout << noop2;
    175173    PrtTim("starting threads");
    176174    r.start();
Note: See TracChangeset for help on using the changeset viewer.