- Timestamp:
- Dec 13, 2009, 11:02:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncpppclient.cpp ΒΆ
r2084 r2107 263 263 RSW_to_XYZ(xc.Rows(1,3), vv, cc->rao, dx); 264 264 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; 269 269 270 270 // Relativistic Correction
Note:
See TracChangeset
for help on using the changeset viewer.