Ignore:
Timestamp:
Jan 3, 2001, 4:11:55 PM (25 years ago)
Author:
aubourg
Message:

bounds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/TestPipes/tsttoi2.cc

    r1365 r1367  
    1414
    1515 
    16   TOI* toi = new TOIRegularDeque("t1");
     16  TOI* toi = new TOIRegularWindow("t1");
    1717  //  toi->dbg=true;
    1818  r.addOutput("boloMuV_11", toi);
    1919  w.addInput("bolo_filtered", toi);
    2020 
    21   cout << "starting" << endl;
    22 
    2321  r.start();
    2422  w.start();
    2523
    26   cout << "joining" << endl;
    2724  mgr->joinAll();
    2825}
Note: See TracChangeset for help on using the changeset viewer.