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/STFITSImageWriter.h

    r2658 r3106  
    3838//#include "Scantable.h"
    3939
    40 namespace casa {
     40namespace casacore {
    4141  class String;
    4242}
     
    5959
    6060// Write out ascii table
    61   casa::Bool write(const Scantable& table, const casa::String& name);
     61  casacore::Bool write(const Scantable& table, const casacore::String& name);
    6262
    63   void setClass(casa::Bool flag)  { isClass_ = flag; }
     63  void setClass(casacore::Bool flag)  { isClass_ = flag; }
    6464
    6565private:
    66   casa::DirectionCoordinate getDirectionCoordinate(const casa::String& reff,
    67                                                    casa::Double lon,
    68                                                    casa::Double lat);
     66  casacore::DirectionCoordinate getDirectionCoordinate(const casacore::String& reff,
     67                                                   casacore::Double lon,
     68                                                   casacore::Double lat);
    6969
    70   casa::Bool isClass_;
     70  casacore::Bool isClass_;
    7171};
    7272
Note: See TracChangeset for help on using the changeset viewer.