Changeset 14617 for trunk/FACT++


Ignore:
Timestamp:
11/13/12 21:54:38 (12 years ago)
Author:
tbretz
Message:
Fixed two compilation issues.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/drivectrl.cc

    r14614 r14617  
    124124        devaz *= M_PI/180;
    125125
    126         const double x = sin(meszd) * sin(nomzd) * cos(dvaz);
     126        const double x = sin(meszd) * sin(nomzd) * cos(devaz);
    127127        const double y = cos(meszd) * cos(nomzd);
    128128
     
    405405            // Calculate absolut deviation on the sky
    406406            const double dev = GetDevAbs(zd1, zd1-zd_err, az_err)*3600;
    407 
    408 Deviation = Nominal - Measured
    409407
    410408            // If any other state than tracking or a deviation
Note: See TracChangeset for help on using the changeset viewer.