Changeset 3106 for trunk/src/STFocus.cpp


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/STFocus.cpp

    r3084 r3106  
    2222
    2323
    24 using namespace casa;
     24using namespace casacore;
    2525
    2626namespace asap {
    2727
    28 const casa::String STFocus::name_ = "FOCUS";
     28const casacore::String STFocus::name_ = "FOCUS";
    2929
    3030STFocus::STFocus(const Scantable& parent ) :
     
    3434}
    3535
    36 STFocus::STFocus( casa::Table tab ) :
     36STFocus::STFocus( casacore::Table tab ) :
    3737  STSubTable(tab, name_)
    3838{
     
    158158
    159159
    160 casa::Float STFocus::getTotalAngle( casa::uInt id ) const
     160casacore::Float STFocus::getTotalAngle( casacore::uInt id ) const
    161161{
    162162  Float total = 0.0f;
     
    179179
    180180
    181 casa::Float STFocus::getFeedHand( casa::uInt id ) const
     181casacore::Float STFocus::getFeedHand( casacore::uInt id ) const
    182182{
    183183  Table t = table_(table_.col("ID") == Int(id), 1 );
Note: See TracChangeset for help on using the changeset viewer.