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

    r1353 r3106  
    3939  STPolLinear() {}
    4040
    41   explicit STPolLinear(const casa::Matrix<casa::Float>& specs)
     41  explicit STPolLinear(const casacore::Matrix<casacore::Float>& specs)
    4242    { setSpectra(specs); }
    4343
     
    4646  static Factory<STPol,STPolLinear> myFactory;
    4747
    48   virtual casa::Vector<casa::Float> getCircular( casa::uInt index );
     48  virtual casacore::Vector<casacore::Float> getCircular( casacore::uInt index );
    4949
    50   virtual casa::Vector<casa::Float> getStokes( casa::uInt index);
     50  virtual casacore::Vector<casacore::Float> getStokes( casacore::uInt index);
    5151
    52   virtual casa::Vector<casa::Float> getLinPol( casa::uInt index);
     52  virtual casacore::Vector<casacore::Float> getLinPol( casacore::uInt index);
    5353
    54   virtual casa::Vector<casa::Float> getLinear( casa::uInt index );
     54  virtual casacore::Vector<casacore::Float> getLinear( casacore::uInt index );
    5555
    56   virtual void rotatePhase( casa::Float phase );
    57   virtual void rotateLinPolPhase( casa::Float phase );
     56  virtual void rotatePhase( casacore::Float phase );
     57  virtual void rotateLinPolPhase( casacore::Float phase );
    5858
    59   virtual void invertPhase( casa::Float phase );
     59  virtual void invertPhase( casacore::Float phase );
    6060
    6161};
Note: See TracChangeset for help on using the changeset viewer.