Changeset 3449 in ntrip
- Timestamp:
- Sep 22, 2011, 5:05:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3448 r3449 36 36 const double sigP_offACSat = 0.0; 37 37 const double sig0_clkSat = 100.0; 38 const double sigP_clkSat = 100.0;39 38 40 39 const int MAXPRN_GPS = 32; … … 64 63 } 65 64 else if (type == clkSat) { 66 epoSpec = false;65 epoSpec = true; 67 66 sig0 = sig0_clkSat; 68 sigP = sig P_clkSat;67 sigP = sig0; 69 68 } 70 69 }
Note:
See TracChangeset
for help on using the changeset viewer.