Changeset 1017 in ntrip
- Timestamp:
- Aug 4, 2008, 11:01:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r1007 r1017 495 495 496 496 ColumnVector dx(3); 497 dx(1) = 0.05 6;498 dx(2) = 0.0 48;499 dx(3) = -0.0 37;497 dx(1) = 0.054; 498 dx(2) = 0.051; 499 dx(3) = -0.048; 500 500 const static double arcSec = 180.0 * 3600.0 / M_PI; 501 const static double ox = 0.0000 54/ arcSec;502 const static double oy = 0.000 518/ arcSec;503 const static double oz = -0.0007 81/ arcSec;501 const static double ox = 0.000081 / arcSec; 502 const static double oy = 0.000490 / arcSec; 503 const static double oz = -0.000792 / arcSec; 504 504 505 505 Matrix rMat(3,3); rMat = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.