Ignore:
Timestamp:
Nov 12, 2001, 3:12:54 PM (24 years ago)
Author:
aubourg
Message:

bug i/o bloc avec requested sample

File:
1 edited

Legend:

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

    r1743 r1750  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toiprocessor.cc,v 1.16 2001-11-09 23:14:28 aubourg Exp $
     5// $Id: toiprocessor.cc,v 1.17 2001-11-12 14:12:54 aubourg Exp $
    66
    77#include "toiprocessor.h"
     
    375375  if (iCur < lastAWN + neededHistory) return;
    376376  lastAWN = iCur;
    377   //cout << name << " wontNeedBefore "  << iCur-neededHistory << endl;
     377  // cout << name << " wontNeedBefore "  << iCur-neededHistory << endl;
    378378  wontNeedBefore(iCur-neededHistory);
    379379}
Note: See TracChangeset for help on using the changeset viewer.