Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/FillerBase.cpp

    r1876 r1819  
    3838  RecordFieldPtr< Array<Float> > tsysCol(row_.record(), "TSYS");
    3939
    40   //*specCol = spectrum;
    41   //*flagCol = flags;
    42   //*tsysCol = tsys;
    43   specCol.define(spectrum);
    44   flagCol.define(flags);
    45   tsysCol.define(tsys);
     40  *specCol = spectrum;
     41  *flagCol = flags;
     42  *tsysCol = tsys;
    4643}
    4744
Note: See TracChangeset for help on using the changeset viewer.