- Timestamp:
- 12/20/11 13:44:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STGrid.cpp
r2376 r2377 457 457 node = node && taborg.col("SCANNO").in( scanlist_ ) ; 458 458 } 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 ) ; 465 466 if ( tab.nrow() == 0 ) { 466 467 LogIO os( LogOrigin("STGrid","selectData",WHERE) ) ;
Note:
See TracChangeset
for help on using the changeset viewer.