Changeset 1015 for trunk/src/STPol.h


Ignore:
Timestamp:
04/18/06 15:48:53 (18 years ago)
Author:
mar637
Message:

Fix for Ticket #20 - rotateLinPolPhase wasn't workin properly. Have add deafult values to STPol constructor, also had to set the focusTable entries in STMath::applyToPol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STPol.h

    r957 r1015  
    3535
    3636  typedef  void (STPol::*polOperation)( casa::Float phase );
    37   STPol() {}
     37  STPol(): totalfeed_(0.0),parangle_(0.0),feedhand_(1.0) {}
    3838  virtual ~STPol() {}
    3939
Note: See TracChangeset for help on using the changeset viewer.