Changeset 3106 for trunk/src/STFit.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/STFit.cpp

    r3084 r3106  
    2525#include "STFit.h"
    2626
    27 
    28 using namespace casa;
     27using namespace casacore;
    2928
    3029namespace asap {
    3130
    32 const casa::String STFit::name_ = "FIT";
     31const String STFit::name_ = "FIT";
    3332
    3433STFit::STFit(const Scantable& parent) :
     
    5150}
    5251
    53 asap::STFit::STFit( casa::Table tab ) : STSubTable(tab, name_)
     52asap::STFit::STFit( casacore::Table tab ) : STSubTable(tab, name_)
    5453{
    5554    funcCol_.attach(table_,"FUNCTIONS");
Note: See TracChangeset for help on using the changeset viewer.