Changeset 2987 in ntrip


Ignore:
Timestamp:
Feb 8, 2011, 4:50:21 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r2986 r2987  
    340340void bncComb::switchToLastEph(const t_eph* lastEph, const t_eph* prevEph,
    341341                              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());
    343350}
    344351
Note: See TracChangeset for help on using the changeset viewer.