Changes in trunk/src/FillerBase.cpp [1819:1876]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/FillerBase.cpp
r1819 r1876 38 38 RecordFieldPtr< Array<Float> > tsysCol(row_.record(), "TSYS"); 39 39 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); 43 46 } 44 47
Note:
See TracChangeset
for help on using the changeset viewer.