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


Ignore:
Timestamp:
Nov 20, 2011, 9:40:26 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r3496 r3508  
    409409  }
    410410
    411   RSW_to_XYZ(xc.Rows(1,3), vv, raoHlp, dx);
     411  if (cc->xyzCorr) {
     412    dx = raoHlp;
     413  }
     414  else {
     415    RSW_to_XYZ(xc.Rows(1,3), vv, raoHlp, dx);
     416  }
    412417
    413418  xc[0] -= dx[0];
Note: See TracChangeset for help on using the changeset viewer.