- Timestamp:
- May 8, 2008, 5:01:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnseph.cpp
r886 r888 294 294 } 295 295 } 296 } 297 298 // 299 //////////////////////////////////////////////////////////////////////////// 300 int t_ephGlo::IOD() const { 301 return 0; 296 297 // Initialize status vector 298 // ------------------------ 299 _tt = _GPSweeks; 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; 302 307 } 303 308
Note:
See TracChangeset
for help on using the changeset viewer.