Changeset 2222 in Sophya for trunk/ArchTOIPipe/Processors


Ignore:
Timestamp:
Oct 23, 2002, 11:08:27 PM (23 years ago)
Author:
aubourg
Message:

debug removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Processors/toimedfilter.cc

    r2204 r2222  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toimedfilter.cc,v 1.2 2002-10-06 15:18:17 aubourg Exp $
     5// $Id: toimedfilter.cc,v 1.3 2002-10-23 21:08:27 aubourg Exp $
    66
    77#include <algorithm>
     
    7575    double b = getData(0, i);
    7676    double a = getData(0, i-w);
    77       if (i >= 43373314) {
    78         cout << "critical i " << i << endl;
    79         cout << a << endl;
    80         cout << mid << endl;
    81         cout << b << endl;
    82         cout << *low.begin() << " " << *low.rbegin() << endl;
    83         cout << *high.begin() << " " << *high.rbegin() << endl;
    84       }
    8577    if (a < mid && b <= mid) {
    8678      low.erase(low.find(a));
Note: See TracChangeset for help on using the changeset viewer.