Changeset 2987 in ntrip for trunk/BNC/combination
- Timestamp:
- Feb 8, 2011, 4:50:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r2986 r2987 340 340 void bncComb::switchToLastEph(const t_eph* lastEph, const t_eph* prevEph, 341 341 t_corr* newCorr) { 342 342 ColumnVector oldXC(4); 343 ColumnVector oldVV(3); 344 prevEph->position(newCorr->tt.gpsw(), newCorr->tt.gpssec(), 345 oldXC.data(), oldVV.data()); 346 ColumnVector newXC(4); 347 ColumnVector newVV(3); 348 lastEph->position(newCorr->tt.gpsw(), newCorr->tt.gpssec(), 349 newXC.data(), newVV.data()); 343 350 } 344 351
Note:
See TracChangeset
for help on using the changeset viewer.