Changeset 1491 in Sophya


Ignore:
Timestamp:
May 7, 2001, 4:37:19 PM (24 years ago)
Author:
ansari
Message:

Chgt calcul TOI buffer size - Reza 7/5/2001

File:
1 edited

Legend:

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

    r1484 r1491  
    174174
    175175    int w1 = wtoi;
    176     int w2 = (fg_f_filt) ? wfft+w1 : w1;
     176    int w2 = (fg_f_filt) ? wfft+3*w1 : w1;
    177177
    178178    //    char * colname[5] = {"MJD", "UTC","boloMuV_11","magnFlux","pivot"};
     
    343343    cout << *toidegli;
    344344    cout << *toiout;
    345 
     345    if (fg_f_filt) {
     346      cout << *toisig;
     347      cout << *toimean1;
     348    }
    346349    cout << degl;
    347350    cout << filt;
Note: See TracChangeset for help on using the changeset viewer.