Ignore:
Timestamp:
03/15/04 13:11:14 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mastro/MObservatory.cc

    r3497 r3498  
    138138    const Double_t denom = TMath::Sqrt(v1*v1 + v2*v2);
    139139
    140     sin = (fCosLatitude*sinp) / denom;
    141     cos = sinl + cosl*cosp / denom;
     140    sin =  fCosLatitude*sinp / denom;
     141    cos = (sinl - cosl*cosp) / denom;
    142142}
    143143
Note: See TracChangeset for help on using the changeset viewer.