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

    r3085 r3106  
    7878private:
    7979  /** Generate temporal coordinate from the DIRECTION column of a scantable**/
    80   casa::DirectionCoordinate getSTCoord(const int nx, const int ny,
    81                                        const casa::Projection::Type ptype);
     80  casacore::DirectionCoordinate getSTCoord(const int nx, const int ny,
     81                                       const casacore::Projection::Type ptype);
    8282
    8383  /** Generation of direction coordinate **/
    84   void setupCoord(const casa::MDirection::Types mdt,
    85                   const casa::Projection::Type pjt,
    86                   const casa::Double centx, const casa::Double centy,
    87                   const casa::Double incx, const casa::Double incy,
    88                   const casa::Double refx, const casa::Double refy);
     84  void setupCoord(const casacore::MDirection::Types mdt,
     85                  const casacore::Projection::Type pjt,
     86                  const casacore::Double centx, const casacore::Double centy,
     87                  const casacore::Double incx, const casacore::Double incy,
     88                  const casacore::Double refx, const casacore::Double refy);
    8989
    90   casa::DirectionCoordinate *dircoord_p;
    91   casa::CountedPtr<Scantable> data_p;
     90  casacore::DirectionCoordinate *dircoord_p;
     91  casacore::CountedPtr<Scantable> data_p;
    9292
    9393};
Note: See TracChangeset for help on using the changeset viewer.