Changeset 6015 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp


Ignore:
Timestamp:
Aug 20, 2014, 4:46:52 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r5936 r6015  
    218218  // -------------------------------------------
    219219  if (PPP_CLIENT->antex()) {
    220     t_frequency::type frq1 = t_frequency::G1;
    221     t_frequency::type frq2 = t_frequency::G2;
    222     if (_prn.system() == 'R') {
    223       frq1 = t_frequency::R1;
    224       frq2 = t_frequency::R2;
    225     }
    226220    bool found;
    227     _model._antPco1 = PPP_CLIENT->antex()->rcvCorr(frq1, station->antName(),
    228                                                 _model._eleSat, found);
    229     _model._antPco2 = PPP_CLIENT->antex()->rcvCorr(frq2, station->antName(),
    230                                                 _model._eleSat, found);
     221    _model._antPco1 = PPP_CLIENT->antex()->rcvCorr(station->antName(), _model._eleSat, found);
     222    _model._antPco2 = _model._antPco1;
    231223  }
    232224
Note: See TracChangeset for help on using the changeset viewer.