Changeset 10623 in ntrip for trunk/BNC/src/PPP/pppParlist.cpp


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.