Changeset 10488 in ntrip for trunk/BNC/src/combination
- Timestamp:
- May 14, 2024, 5:06:53 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10487 r10488 958 958 ColumnVector& dx) { 959 959 int facSys = 1; 960 //if (sys == 'R') {facSys *= 2;} 961 //if (sys == 'C') {facSys *= 4;} 960 if (sys == 'C') {facSys *= 10;} 962 961 963 962 // Prediction Step … … 1537 1536 bool removed = false; 1538 1537 int facSys = 1; 1539 //if (sys == 'C') {facSys *= 2;}1538 if (sys == 'C') {facSys *= 10;} 1540 1539 QMutableVectorIterator<cmbCorr*> im(corrs(sys)); 1541 1540 while (im.hasNext()) {
Note:
See TracChangeset
for help on using the changeset viewer.