Changeset 5535 in ntrip for trunk/rtcm3torinex/lib
- Timestamp:
- Nov 8, 2013, 12:09:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/lib/rtcm3torinex.c
r5533 r5535 1486 1486 { 1487 1487 int k = handle->GLOFreq[RTCM3_MSM_NUMSAT-i-1]; 1488 if(!k && extsat[ count] < 14)1488 if(!k && extsat[numsat] < 14) 1489 1489 { 1490 1490 k = handle->GLOFreq[RTCM3_MSM_NUMSAT-i-1] 1491 = 100+extsat[ count]-7;1491 = 100+extsat[numsat]-7; 1492 1492 } 1493 1493 if(k)
Note:
See TracChangeset
for help on using the changeset viewer.