Changeset 4871


Ignore:
Timestamp:
09/06/04 11:32:38 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4870 r4871  
    3333   * macros/sql/filldot*.C
    3434     - fixed some comments
     35
     36   * mpointing/MPointingPosCalc.cc:
     37     - removed some obsolete comments
    3538
    3639
  • trunk/MagicSoft/Mars/mpointing/MPointingPosCalc.cc

    r4817 r4871  
    134134    case MRawRunHeader::kRTData:
    135135        fPosition->SetLocalPosition(fReport->GetNominalZd(), fReport->GetNominalAz());
    136         fPosition->SetSkyPosition(fReport->GetRa()/**TMath::DegToRad()/15*/, fReport->GetDec()/**TMath::DegToRad()*/);
     136        fPosition->SetSkyPosition(fReport->GetRa(), fReport->GetDec());
    137137        return kTRUE;
    138138
Note: See TracChangeset for help on using the changeset viewer.