Changeset 3050 in ntrip


Ignore:
Timestamp:
Feb 25, 2011, 3:36:40 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3049 r3050  
    365365      corr->eph->position(corr->tt.gpsw(), corr->tt.gpssec(),
    366366                          xc.data(), vv.data());
    367 
     367      xc(4) -= 2.0 * DotProduct(xc.Rows(1,3),vv) / t_CST::c / t_CST::c;
    368368      _sp3->write(resTime.gpsw(), resTime.gpssec(), corr->prn, xc, _append);
    369369    }
Note: See TracChangeset for help on using the changeset viewer.