Changeset 890 in ntrip
- Timestamp:
- May 8, 2008, 5:12:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnseph.cpp
r889 r890 299 299 _tt = _GPSweeks; 300 300 301 _xv(1) = _x_pos ;302 _xv(2) = _y_pos ;303 _xv(3) = _z_pos ;304 _xv(4) = _x_velocity ;305 _xv(5) = _y_velocity ;306 _xv(6) = _z_velocity ;301 _xv(1) = _x_pos / 1.e3; 302 _xv(2) = _y_pos / 1.e3; 303 _xv(3) = _z_pos / 1.e3; 304 _xv(4) = _x_velocity / 1.e3; 305 _xv(5) = _y_velocity / 1.e3; 306 _xv(6) = _z_velocity / 1.e3; 307 307 } 308 308
Note:
See TracChangeset
for help on using the changeset viewer.