Ignore:
Timestamp:
Nov 25, 2020, 11:58:03 AM (3 years ago)
Author:
stuerze
Message:

small bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp

    r9249 r9276  
    368368  int clkUpdInd = 2;         // 5 sec
    369369  int ephUpdInd = clkUpdInd; // default
     370
     371  if (!_samplRtcmEphCorr) {
     372    _samplRtcmEphCorr = 5.0;
     373  }
    370374
    371375  if (_samplRtcmClkCorr > 5.0 && _samplRtcmEphCorr <= 5.0) { // combined orb and clock
     
    740744  // Orbit and Clock Corrections together
    741745  // ------------------------------------
    742   if (_samplRtcmEphCorr == 0.0) {
     746  if (_samplRtcmEphCorr == _samplRtcmClkCorr) {
    743747    if (co.NumberOfSat[CLOCKORBIT_SATGPS] > 0
    744748        || co.NumberOfSat[CLOCKORBIT_SATGLONASS] > 0
Note: See TracChangeset for help on using the changeset viewer.