Changeset 1490 in Sophya for trunk/ArchTOIPipe/Kernel


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

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

File:
1 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}
Note: See TracChangeset for help on using the changeset viewer.