Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/FillerBase.cpp

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