Changeset 6024 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp
- Timestamp:
- Aug 21, 2014, 10:24:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r6023 r6024 100 100 } 101 101 } 102 } 103 } 104 105 // Check whether all required frequencies available 106 // ------------------------------------------------ 107 for (unsigned ii = 0; ii < OPT->LCs(_prn.system()).size(); ii++) { 108 t_lc::type tLC = OPT->LCs(_prn.system())[ii]; 109 if (!isValid(tLC)) { 110 _valid = false; 111 return; 102 112 } 103 113 }
Note:
See TracChangeset
for help on using the changeset viewer.