Changeset 2222 in Sophya for trunk/ArchTOIPipe/Processors
- Timestamp:
- Oct 23, 2002, 11:08:27 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Processors/toimedfilter.cc
r2204 r2222 3 3 // Christophe Magneville 4 4 // 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 $ 6 6 7 7 #include <algorithm> … … 75 75 double b = getData(0, i); 76 76 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 }85 77 if (a < mid && b <= mid) { 86 78 low.erase(low.find(a));
Note:
See TracChangeset
for help on using the changeset viewer.