Changeset 2866 for trunk


Ignore:
Timestamp:
11/07/13 18:59:43 (11 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-4141)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asap.sbseparator

Description: a bug fix


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STSideBandSep.cpp

    r2865 r2866  
    636636  // Rows in gridded table usually sorted by DIRECTION
    637637  const Table& tab = stab->table();
    638   ROScalarColumn<Double> mjdCol( tab, "TIME");
     638  ScalarColumn<Double> mjdCol( tab, "TIME");
    639639  ROScalarColumn<Double> intCol( tab, "INTERVAL");
    640640  ROArrayColumn<Double> dirCol( tab, "DIRECTION");
Note: See TracChangeset for help on using the changeset viewer.