Changeset 1876


Ignore:
Timestamp:
08/17/10 12:11:47 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Fixed a bug that causes regression failure.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/FillerBase.cpp

    r1867 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
     
    171174  table_->table().addRow();
    172175  row_.put(table_->table().nrow()-1);
    173   row_ = TableRow( table_->table() ) ;
    174176}
    175177
Note: See TracChangeset for help on using the changeset viewer.