- Timestamp:
- Nov 3, 2012, 1:35:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTRover/bncrtrover.cpp
r4797 r4798 285 285 ++iBias; 286 286 rtrover_bias& singleBias = satBiases._biases[iBias]; 287 singleBias._rnxType[0] = it.key()[0]; 288 singleBias._rnxType[1] = it.key()[1]; 289 singleBias._value = it.value(); 287 singleBias._rnxType3ch[0] = 'C'; 288 singleBias._rnxType3ch[1] = it.key()[0]; 289 singleBias._rnxType3ch[2] = it.key()[1]; 290 singleBias._value = it.value(); 290 291 } 291 292 } … … 333 334 if (!existed) { 334 335 rtrover_initObs(&currObs); 335 currObs._rnxType [0] = codeType[0];336 currObs._rnxType [1] = codeType[1];336 currObs._rnxType2ch[0] = codeType[0]; 337 currObs._rnxType2ch[1] = codeType[1]; 337 338 } 338 339
Note:
See TracChangeset
for help on using the changeset viewer.