- Timestamp:
- May 8, 2008, 6:48:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnseph.cpp
r892 r893 299 299 _tt = _GPSweeks; 300 300 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;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.