Changeset 5914 in ntrip for trunk/BNC/src/PPP/pppClient.cpp


Ignore:
Timestamp:
Aug 12, 2014, 4:51:03 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5877 r5914  
    8282  _tides    = new t_tides();
    8383
    84   if (!_opt->_antexFile.empty()) {
    85     _antex = new bncAntex(_opt->_antexFile.c_str());
     84  if (!_opt->_antexFileName.empty()) {
     85    _antex = new bncAntex(_opt->_antexFileName.c_str());
    8686  }
    8787  else {
     
    206206                                  ColumnVector& xyzc, bool print) {
    207207
    208   t_lc::type tLC = (OPT->dualFreqRequired() ? t_lc::cIF : t_lc::c1);
     208  t_lc::type tLC = (OPT->dualFreqRequired('G') ? t_lc::cIF : t_lc::c1);
    209209
    210210  while (true) {
     
    276276double t_pppClient::cmpOffGG(vector<t_pppSatObs*>& obsVector) {
    277277
    278   t_lc::type tLC   = (OPT->dualFreqRequired() ? t_lc::cIF : t_lc::c1);
     278  t_lc::type tLC   = (OPT->dualFreqRequired('R') ? t_lc::cIF : t_lc::c1);
    279279  double     offGG = 0.0;
    280280
Note: See TracChangeset for help on using the changeset viewer.