Changeset 1541 in Sophya for trunk/ArchTOIPipe
- Timestamp:
- Jun 18, 2001, 3:14:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/simtst.cc
r1531 r1541 337 337 cout << " Connecting to output (FitsWriter) " << endl; 338 338 339 w.setOutFlags(fg_wrtflag);340 339 341 340 // Pour connecter les lignes non connectees au FitsWriter … … 346 345 347 346 if (fg_f_filt) { 348 w.addInput("filtout", toifiltcopie );349 w.addInput("fftout", toifft );347 w.addInput("filtout", toifiltcopie, fg_wrtflag); 348 w.addInput("fftout", toifft, fg_wrtflag); 350 349 } 351 else w.addInput("filtout", toiout );350 else w.addInput("filtout", toiout, fg_wrtflag); 352 351 353 352 if (fg_nowrticd) {
Note:
See TracChangeset
for help on using the changeset viewer.