Changeset 1542 in Sophya for trunk/ArchTOIPipe/TestPipes/tgenw.cc
- Timestamp:
- Jun 18, 2001, 4:46:22 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/tgenw.cc
r1532 r1542 268 268 ntoiout=1; 269 269 w = new FITSTOIWriter(outfile); 270 w->setOutFlags(true);271 270 cout << "fits writer created" << endl; 272 271 } … … 290 289 if(w && toiout) { 291 290 cout << " Connecting to FitsWriter ... " << endl; 292 w->addInput("genout",toiout );291 w->addInput("genout",toiout,true); 293 292 } 294 293
Note:
See TracChangeset
for help on using the changeset viewer.