Changeset 896 for trunk/src/STFocus.cpp


Ignore:
Timestamp:
03/10/06 12:09:29 (18 years ago)
Author:
mar637
Message:

enable polarimetry in asap2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFocus.cpp

    r856 r896  
    4545}
    4646
    47 STFocus & asap::STFocus::operator =( const STFocus & other )
     47STFocus& asap::STFocus::operator =( const STFocus & other )
    4848{
    4949  if (this != &other) {
     
    9494
    9595void asap::STFocus::getEntry( Float& rotation, Float& angle, Float& ftan,
    96                               uInt id)
     96                              uInt id) const
    9797{
    9898  Table t = table_(table_.col("ID") == Int(id) );
Note: See TracChangeset for help on using the changeset viewer.