Changeset 2419 in ntrip for trunk/BNS/bns.cpp


Ignore:
Timestamp:
Apr 14, 2010, 12:02:07 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r2418 r2419  
    480480//            }
    481481
     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
    482489            if (biasSat) {
    483490              biasSat->ID = prn.mid(1).toInt();
Note: See TracChangeset for help on using the changeset viewer.