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


Ignore:
Timestamp:
Dec 22, 2014, 6:14:33 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6116 r6406  
    362362  // -------------------------------------------
    363363  if (PPP_CLIENT->antex()) {
    364     bool found;
    365     double pco = PPP_CLIENT->antex()->rcvCorr(station->antName(), _model._eleSat, found);
    366364    for (unsigned ii = 0; ii < t_frequency::max; ii++) {
    367       _model._antPCO[ii] = pco;
     365      t_frequency::type frqType = static_cast<t_frequency::type>(ii);
     366      bool found;
     367      _model._antPCO[ii] = PPP_CLIENT->antex()->rcvCorr(station->antName(), frqType,
     368                                                        _model._eleSat, _model._azSat, found);
    368369    }
    369370  }
Note: See TracChangeset for help on using the changeset viewer.