Changeset 9593 in ntrip for trunk


Ignore:
Timestamp:
Jan 7, 2022, 10:37:05 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9590 r9593  
    313313
    314314  // De-Weight GLONASS
    315   // -----------------
     315  /* -----------------
    316316  if (_prn.system() == 'R') {
    317317    retVal *= 2.0;
    318   }
     318  }*/
    319319
    320320
     
    440440      QString prn(_prn.toString().c_str());
    441441      _model._antPCO[ii]  = PPP_CLIENT->antex()->rcvCorr(station->antName(), frqType, _model._eleSat, _model._azSat, found);
    442       _model._antPCO[ii] += PPP_CLIENT->antex()->satCorr(prn, frqType,  _model._elTx, _model._azTx, found);
     442      _model._antPCO[ii] += PPP_CLIENT->antex()->satCorr(prn, frqType, _model._elTx, _model._azTx, found);
    443443      if (OPT->_isAPC && found) {
    444444        // the PCOs as given in the satellite antenna correction for all frequencies
Note: See TracChangeset for help on using the changeset viewer.