Changeset 3724 in ntrip for trunk/rtcm3torinex
- Timestamp:
- Mar 5, 2012, 10:50:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/lib/rtcm3torinex.c
r3712 r3724 1239 1239 for(count = numcells; count--;) 1240 1240 if(cellmask & (UINT64(1)<<count)) 1241 GETFLOAT(cnr[count], 10, 0.1)1241 GETFLOAT(cnr[count], 10, 1.0/(1<<4)) 1242 1242 break; 1243 1243 case 7: … … 1256 1256 for(count = numcells; count--;) 1257 1257 if(cellmask & (UINT64(1)<<count)) 1258 GETFLOAT(cnr[count], 10, 0.1)1258 GETFLOAT(cnr[count], 10, 1.0/(1<<4)) 1259 1259 for(count = numcells; count--;) 1260 1260 if(cellmask & (UINT64(1)<<count))
Note:
See TracChangeset
for help on using the changeset viewer.