Changeset 1710 in Sophya for trunk/ArchTOIPipe/TestPipes


Ignore:
Timestamp:
Oct 19, 2001, 2:20:38 PM (24 years ago)
Author:
aubourg
Message:

pb deadlock multiple fits readers

File:
1 edited

Legend:

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

    r1698 r1710  
    44#include "fitstoirdr.h"
    55#include "fitstoiwtr.h"
     6#include "asciitoiwtr.h"
    67#include "toisqfilter.h"
    78#include "toimanager.h"
     
    1617
    1718  FITSTOIWriter w1("out1.fits");
    18   FITSTOIWriter w2("out2.fits");
     19//  FITSTOIWriter w2("out2.fits");
     20 // ASCIITOIWriter w1("out1.data");
     21 // ASCIITOIWriter w2("out2.data");
    1922
    2023 
     
    2831  w1.addInput("143K02", toi2);
    2932
    30   w2.addInput("143K01", toi1);
    31   w2.addInput("143K02", toi2);
     33 // w2.addInput("143K01", toi1);
     34 // w2.addInput("143K02", toi2);
    3235 
    3336  cout << "starting" << endl;
     
    3639  r2.start();
    3740  w1.start();
    38   w2.start();
     41  //w2.start();
    3942
    4043  cout << "joining" << endl;
Note: See TracChangeset for help on using the changeset viewer.