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


Ignore:
Timestamp:
May 18, 2021, 11:15:08 PM (3 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9386 r9432  
    317317  // --------------------------
    318318  if ((_prn.system() == 'R' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC))) ||
    319       (_prn.system() == 'C' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC)))) { 
     319      (_prn.system() == 'C' && (t_lc::includesCode(tLC) ||  t_lc::includesPhase(tLC)))) {
    320320    retVal *= 5.0;
    321321  }
     
    359359
    360360  retVal = sqrt(retVal);
     361
     362  if ((_prn.system() == 'R' && t_lc::includesCode(tLC)) ||
     363      (_prn.system() == 'C' && t_lc::includesCode(tLC))) {
     364    retVal *= 3.0;
     365  }
    361366
    362367  return retVal;
Note: See TracChangeset for help on using the changeset viewer.