Changeset 3653 in ntrip for trunk/rtcm3torinex/lib
- Timestamp:
- Jan 26, 2012, 4:47:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/lib/rtcm3torinex.c
r3581 r3653 1271 1271 { 1272 1272 int k = handle->GLOFreq[RTCM3_MSM_NUMSAT-i-1]; 1273 if(!k && extsat[count] < 14) 1274 { 1275 k = handle->Main.GLOFreq[RTCM3_MSM_NUMSAT-i-1] 1276 = 100+extsat[count]-7; 1277 } 1273 1278 if(k) 1274 1279 {
Note:
See TracChangeset
for help on using the changeset viewer.