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


Ignore:
Timestamp:
Jan 17, 2022, 3:36:45 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9605 r9606  
    381381
    382382  retVal = sqrt(retVal);
    383 
    384   if ((_prn.system() == 'R' || _prn.system() == 'C')   &&  t_lc::includesCode(tLC)) {
    385     if (OPT->_obsModelType == OPT->DCMphaseBias) {
    386       retVal *= 5.0;
    387     } else {
    388       retVal *= 2.0;
    389     }
    390   }
    391383
    392384  return retVal;
Note: See TracChangeset for help on using the changeset viewer.