Changeset 2377


Ignore:
Timestamp:
12/20/11 13:44:42 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2816

Ready for Test: Yes

Interface Changes: Yes/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...

Disabled table sort.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.cpp

    r2376 r2377  
    457457    node = node && taborg.col("SCANNO").in( scanlist_ ) ;
    458458  }
    459   Block<String> cols( 3 ) ;
    460   cols[0] = "TIME" ;
    461   cols[1] = "BEAMNO" ;
    462   cols[2] = "POLNO" ;
    463   Block<Int> order( 3, Sort::Ascending ) ;
    464   tab = taborg( node ).sort( cols, order ) ;
     459//   Block<String> cols( 3 ) ;
     460//   cols[0] = "TIME" ;
     461//   cols[1] = "BEAMNO" ;
     462//   cols[2] = "POLNO" ;
     463//   Block<Int> order( 3, Sort::Ascending ) ;
     464//   tab = taborg( node ).sort( cols, order ) ;
     465  tab = taborg( node ) ;
    465466  if ( tab.nrow() == 0 ) {
    466467    LogIO os( LogOrigin("STGrid","selectData",WHERE) ) ;
Note: See TracChangeset for help on using the changeset viewer.