Changeset 8484 in ntrip for branches/BNC_2.12/src/combination
- Timestamp:
- Sep 18, 2018, 12:50:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/combination/bnccomb.cpp
r8448 r8484 356 356 continue; 357 357 } 358 358 359 359 // Check Modulo Time 360 360 // ----------------- … … 449 449 } 450 450 451 ColumnVector oldXC( 4);451 ColumnVector oldXC(7); 452 452 ColumnVector oldVV(3); 453 453 corr->_eph->getCrd(corr->_time, oldXC, oldVV, false); 454 454 455 ColumnVector newXC( 4);455 ColumnVector newXC(7); 456 456 ColumnVector newVV(3); 457 457 lastEph->getCrd(corr->_time, newXC, newVV, false); … … 688 688 const t_eph* eph = corr->_eph; 689 689 if (eph) { 690 ColumnVector xc( 4);690 ColumnVector xc(7); 691 691 ColumnVector vv(3); 692 692 eph->getCrd(_resTime, xc, vv, false); … … 740 740 clkCorrections.push_back(clkCorr); 741 741 742 ColumnVector xc( 4);742 ColumnVector xc(7); 743 743 ColumnVector vv(3); 744 744 corr->_eph->setClkCorr(dynamic_cast<const t_clkCorr*>(&clkCorr));
Note:
See TracChangeset
for help on using the changeset viewer.