Changeset 3106 for trunk/src/STFit.h


Ignore:
Timestamp:
10/04/16 18:20:50 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

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


Check-in asap modifications from Jim regarding casacore namespace conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFit.h

    r1932 r3106  
    3131public:
    3232  STFit() {;}
    33   explicit STFit(casa::Table tab);
     33  explicit STFit(casacore::Table tab);
    3434  explicit STFit( const Scantable& parent);
    3535
     
    3838  STFit& operator=(const STFit& other);
    3939
    40   casa::uInt addEntry( const STFitEntry& fit, casa::Int id=-1 );
    41   void getEntry( STFitEntry& fit, casa::uInt id ) const;
     40  casacore::uInt addEntry( const STFitEntry& fit, casacore::Int id=-1 );
     41  void getEntry( STFitEntry& fit, casacore::uInt id ) const;
    4242
    43   const casa::String& name() const { return name_; }
     43  const casacore::String& name() const { return name_; }
    4444
    4545private:
    4646  void setup();
    47   static const casa::String name_;
    48   casa::ArrayColumn<casa::String> funcCol_;
    49   casa::ArrayColumn<casa::Int> compCol_;
    50   casa::ArrayColumn<casa::Double> parCol_;
    51   //  casa::ArrayColumn<casa::Double> errCol_;
    52   casa::ArrayColumn<casa::Bool> maskCol_;
    53   casa::ArrayColumn<casa::String> frameCol_;
     47  static const casacore::String name_;
     48  casacore::ArrayColumn<casacore::String> funcCol_;
     49  casacore::ArrayColumn<casacore::Int> compCol_;
     50  casacore::ArrayColumn<casacore::Double> parCol_;
     51  //  casacore::ArrayColumn<casacore::Double> errCol_;
     52  casacore::ArrayColumn<casacore::Bool> maskCol_;
     53  casacore::ArrayColumn<casacore::String> frameCol_;
    5454};
    5555
Note: See TracChangeset for help on using the changeset viewer.