Changeset 3446 in ntrip for trunk/BNC/combination


Ignore:
Timestamp:
Sep 22, 2011, 3:40:37 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3445 r3446  
    3535const double sig0_offACSat =  100.0;
    3636const double sigP_offACSat =    0.0;
    37 const double sig0_clkSat   =  100.0;
    38 const double sigP_clkSat   =  100.0;
     37const double sig0_clkSat   =   10.0;
     38const double sigP_clkSat   =   10.0;
    3939
    4040const double sigObs        =   0.05;
     
    700700void bncComb::switchToLastEph(const t_eph* lastEph, cmbParam* pp) {
    701701
    702   if (pp->type != cmbParam::clkSat) {
     702  if (pp->type != cmbParam::offACSat) {
    703703    return;
    704704  }
Note: See TracChangeset for help on using the changeset viewer.