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


Ignore:
Timestamp:
Dec 13, 2009, 11:02:24 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2084 r2107  
    263263  RSW_to_XYZ(xc.Rows(1,3), vv, cc->rao, dx);
    264264
    265   xc[0] += dx[0];
    266   xc[1] += dx[1];
    267   xc[2] += dx[2];
    268   xc[3] += cc->dClk;
     265  xc[0] -= dx[0];
     266  xc[1] -= dx[1];
     267  xc[2] -= dx[2];
     268  xc[3] -= cc->dClk;
    269269
    270270  // Relativistic Correction
Note: See TracChangeset for help on using the changeset viewer.