Changeset 2408 in ntrip for trunk/BNC/bncpppclient.cpp


Ignore:
Timestamp:
Apr 9, 2010, 11:25:40 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2367 r2408  
    440440  RSW_to_XYZ(xc.Rows(1,3), vv, raoHlp, dx);
    441441
    442   xc[0] -= dx[0];
    443   xc[1] -= dx[1];
    444   xc[2] -= dx[2];
    445   xc[3] -= cc->dClk + cc->dotDClk * dt + cc->dotDotDClk * dt * dt;
    446 
    447   // Relativistic Correction
    448   // -----------------------
    449   xc[3] -= 2.0 * DotProduct(xc.Rows(1,3),vv) / t_CST::c / t_CST::c ;
     442  xc[0] += dx[0];
     443  xc[1] += dx[1];
     444  xc[2] += dx[2];
     445  xc[3] += cc->dClk + cc->dotDClk * dt + cc->dotDotDClk * dt * dt;
    450446}
    451447
Note: See TracChangeset for help on using the changeset viewer.