Changeset 4571 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp
- Timestamp:
- Aug 29, 2012, 10:41:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r4566 r4571 281 281 // ---------------------- 282 282 double L1 = obs.measdata("L1", 3.0); 283 if (L1 != 0) { 284 newObs->_hasL1 = true; 285 } 283 286 double L2 = obs.measdata("L2", 3.0); 287 if (L2 != 0) { 288 newObs->_hasL2 = true; 289 } 284 290 if (L1 != 0.0 && L2 != 0.0) { 285 291 double f1 = t_CST::f1(obs.satSys, obs.slotNum);
Note:
See TracChangeset
for help on using the changeset viewer.