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

    r3100 r3106  
    5656#include "MathUtils.h"
    5757
    58 using namespace casa ;
     58using namespace casacore;
    5959using namespace std ;
    6060
     
    15821582};
    15831583
    1584 MSFiller::MSFiller( casa::CountedPtr<Scantable> stable )
     1584MSFiller::MSFiller( casacore::CountedPtr<Scantable> stable )
    15851585  : table_( stable ),
    15861586    tablename_( "" ),
     
    16091609}
    16101610
    1611 bool MSFiller::open( const std::string &filename, const casa::Record &rec )
     1611bool MSFiller::open( const std::string &filename, const casacore::Record &rec )
    16121612{
    16131613  os_.origin( LogOrigin( "MSFiller", "open()", WHERE ) ) ;
Note: See TracChangeset for help on using the changeset viewer.