- Timestamp:
 - 11/07/13 18:59:43 (12 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/STSideBandSep.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/STSideBandSep.cpp
r2865 r2866 636 636 // Rows in gridded table usually sorted by DIRECTION 637 637 const Table& tab = stab->table(); 638 ROScalarColumn<Double> mjdCol( tab, "TIME");638 ScalarColumn<Double> mjdCol( tab, "TIME"); 639 639 ROScalarColumn<Double> intCol( tab, "INTERVAL"); 640 640 ROArrayColumn<Double> dirCol( tab, "DIRECTION");  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  