Changeset 9435 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
May 19, 2021, 10:48:48 PM (3 years ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src/PPP
Files:
2 edited

Legend:

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

    r9432 r9435  
    439439              if (t_lc::toString(tLC) == "Tz0") {LOG << sys << "  ";}
    440440              else {LOG << obs->prn().toString();}
    441               LOG << setw(8) << setprecision(4) << vv[ii] << endl;
     441              LOG << setw(9) << setprecision(4) << vv[ii] << endl;
    442442            }
    443443          }
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r9432 r9435  
    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   }
    366361
    367362  return retVal;
Note: See TracChangeset for help on using the changeset viewer.