- Timestamp:
- Jan 16, 2010, 4:53:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2266 r2267 57 57 const double MAXRES_CODE_GPS = 10.0; 58 58 const double MAXRES_PHASE_GPS = 0.10; 59 const double MAXRES_PHASE_GLO = 0. 20;59 const double MAXRES_PHASE_GLO = 0.10; 60 60 const double sig_crd_0 = 100.0; 61 61 const double sig_crd_p = 100.0; … … 67 67 const double sig_P3 = 1.0; 68 68 const double sig_L3_GPS = 0.01; 69 const double sig_L3_GLO = 0.0 2;69 const double sig_L3_GLO = 0.01; 70 70 71 71 // Constructor
Note:
See TracChangeset
for help on using the changeset viewer.