Changeset 2228 for trunk


Ignore:
Timestamp:
07/14/11 16:31:39 (13 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...

Simplified a way to fill FOCUS row.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSFiller.cpp

    r2226 r2228  
    13691369//   os_ << "start MSFiller::fillFocus() startSec=" << startSec << LogIO::POST ;
    13701370  // tentative
    1371   Table tab = table_->focus().table() ;
    1372   tab.addRow( 1 ) ;
    1373   ScalarColumn<uInt> idCol( tab, "ID" ) ;
    1374   idCol.put( 0, 0 ) ;
     1371  table_->focus().addEntry( 0.0, 0.0, 0.0, 0.0 ) ;
    13751372//   double endSec = gettimeofday_sec() ;
    13761373//   os_ << "end MSFiller::fillFocus() endSec=" << endSec << " (" << endSec-startSec << "sec)" << LogIO::POST ;
Note: See TracChangeset for help on using the changeset viewer.