- Timestamp:
- Aug 1, 2008, 4:09:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNS/bns.cpp ΒΆ
r986 r1007 495 495 496 496 ColumnVector dx(3); 497 dx(1) = 0.05 4;498 dx(2) = 0.0 51;499 dx(3) = -0.0 48;497 dx(1) = 0.056; 498 dx(2) = 0.048; 499 dx(3) = -0.037; 500 500 const static double arcSec = 180.0 * 3600.0 / M_PI; 501 const static double ox = 0.0000 81/ arcSec;502 const static double oy = 0.000 490/ arcSec;503 const static double oz = -0.0007 92/ arcSec;501 const static double ox = 0.000054 / arcSec; 502 const static double oy = 0.000518 / arcSec; 503 const static double oz = -0.000781 / arcSec; 504 504 505 505 Matrix rMat(3,3); rMat = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.