Changeset 3446 in ntrip for trunk/BNC/combination
- Timestamp:
- Sep 22, 2011, 3:40:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/combination/bnccomb.cpp ¶
r3445 r3446 35 35 const double sig0_offACSat = 100.0; 36 36 const double sigP_offACSat = 0.0; 37 const double sig0_clkSat = 100.0;38 const double sigP_clkSat = 100.0;37 const double sig0_clkSat = 10.0; 38 const double sigP_clkSat = 10.0; 39 39 40 40 const double sigObs = 0.05; … … 700 700 void bncComb::switchToLastEph(const t_eph* lastEph, cmbParam* pp) { 701 701 702 if (pp->type != cmbParam:: clkSat) {702 if (pp->type != cmbParam::offACSat) { 703 703 return; 704 704 }
Note:
See TracChangeset
for help on using the changeset viewer.