Changeset 10762 in ntrip for trunk


Ignore:
Timestamp:
Oct 6, 2025, 11:17:51 AM (9 days ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10754 r10762  
    13111311    dC_att *= corr->_lambdaIF;
    13121312
    1313     ll(iObs) = (corr->_clkCorr._dClk * t_CST::c - corr->_satCodeBiasIF + dC_orb + dC_att) - DotProduct(AA.Row(iObs), x0);
     1313    ll(iObs) = (corr->_clkCorr._dClk * t_CST::c - corr->_satCodeBiasIF - dC_orb - dC_att) - DotProduct(AA.Row(iObs), x0);
    13141314
    13151315    PP(iObs, iObs) *= 1.0 / (corr->_weightFactor * corr->_weightFactor);
Note: See TracChangeset for help on using the changeset viewer.