Changeset 10623 in ntrip for trunk/BNC


Ignore:
Timestamp:
Mar 13, 2025, 1:10:27 PM (6 days ago)
Author:
stuerze
Message:

minor changes

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

Legend:

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

    r10583 r10623  
    292292    // Check Blunders
    293293    // --------------
    294     const double BLUNDER = 150.0;
     294    const double BLUNDER = 1500.0;
    295295    double   maxRes      = 0.0;
    296296    unsigned maxResIndex = 0;
  • trunk/BNC/src/PPP/pppParlist.cpp

    r10622 r10623  
    8585         const t_pppSatObs* obs = obsVector->at(ii);
    8686         if (obs->prn() == _prn) {
    87            _x0 = 0.0;//floor((obs->obsValue(tLC) - obs->cmpValue(tLC)) / obs->lambda(tLC) + 0.5);
     87           _x0 = floor((obs->obsValue(tLC) - obs->cmpValue(tLC)) / obs->lambda(tLC) + 0.5);
    8888           break;
    8989         }
Note: See TracChangeset for help on using the changeset viewer.