- Timestamp:
- 08/17/10 12:11:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/FillerBase.cpp
r1867 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 … … 171 174 table_->table().addRow(); 172 175 row_.put(table_->table().nrow()-1); 173 row_ = TableRow( table_->table() ) ;174 176 } 175 177
Note:
See TracChangeset
for help on using the changeset viewer.