Changeset 6017 in ntrip for trunk/BNC/src/bncantex.cpp


Ignore:
Timestamp:
Aug 21, 2014, 8:44:50 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncantex.cpp

    r6015 r6017  
    259259double bncAntex::pco(const QString& antName, double eleSat, bool& found) const {
    260260
    261   static const double f1 = t_CST::freq1;
    262   static const double f2 = t_CST::freq2;
     261  static const double f1 = t_CST::freq(t_frequency::G1, 0);
     262  static const double f2 = t_CST::freq(t_frequency::G2, 0);
    263263  static const double c1 =   f1 * f1 / (f1 * f1 - f2 * f2);
    264264  static const double c2 = - f2 * f2 / (f1 * f1 - f2 * f2);
Note: See TracChangeset for help on using the changeset viewer.