Changeset 2017 for trunk/src/MSFiller.h


Ignore:
Timestamp:
02/28/11 18:51:18 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2718

Ready for Test: Yes/No?

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...

Defined gettimeofday_sec() as private method of the class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSFiller.h

    r2004 r2017  
    8484  // assume that tab is selected by ANTENNA_ID, FEED_ID, SPECTRAL_WINDOW_ID
    8585  // and sorted by TIME
    86   void getSysCalTime( casa::Vector<casa::MEpoch> &scTimeIn, casa::Vector<casa::Double> &scInterval, casa::Block<casa::MEpoch> &tcol, casa::Block<casa::Double> &scTimeOut, casa::Block<casa::Int> &tidx ) ;
     86  void getSysCalTime( casa::Vector<casa::MEpoch> &scTimeIn, casa::Vector<casa::Double> &scInterval, casa::Block<casa::MEpoch> &tcol, casa::Block<casa::Int> &tidx ) ;
    8787
    8888  // get TCAL_ID
     
    9797  // binary search
    9898  casa::uInt binarySearch( casa::Vector<casa::MEpoch> &timeList, casa::Double target ) ;
     99
     100  // tool for HPC
     101  double gettimeofday_sec() ;
    99102 
    100103  casa::CountedPtr<Scantable> table_ ;
Note: See TracChangeset for help on using the changeset viewer.