Changeset 4571 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Aug 29, 2012, 10:41:53 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r4566 r4571  
    281281  // ----------------------
    282282  double L1 = obs.measdata("L1", 3.0);
     283  if (L1 != 0) {
     284    newObs->_hasL1 = true;
     285  }
    283286  double L2 = obs.measdata("L2", 3.0);
     287  if (L2 != 0) {
     288    newObs->_hasL2 = true;
     289  }
    284290  if (L1 != 0.0 && L2 != 0.0) {
    285291    double f1 = t_CST::f1(obs.satSys, obs.slotNum);
Note: See TracChangeset for help on using the changeset viewer.