Changeset 2419 in ntrip
- Timestamp:
- Apr 14, 2010, 12:02:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r2418 r2419 480 480 // } 481 481 482 // Coefficient of Ionosphere-Free LC 483 // --------------------------------- 484 const static double a_L1_GPS = 2.54572778; 485 const static double a_L2_GPS = -1.54572778; 486 const static double a_L1_Glo = 2.53125000; 487 const static double a_L2_Glo = -1.53125000; 488 482 489 if (biasSat) { 483 490 biasSat->ID = prn.mid(1).toInt();
Note:
See TracChangeset
for help on using the changeset viewer.