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