Changeset 986 in ntrip for trunk/BNS/bns.cpp


Ignore:
Timestamp:
Jul 26, 2008, 5:11:44 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r985 r986  
    499499  dx(3) = -0.048;
    500500  const static double arcSec = 180.0 * 3600.0 / M_PI;
    501   const static double ox = 0.000081 / arcSec;
    502   const static double oy = 0.000490 / arcSec;
    503   const static double oz = 0.000792 / 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;
    504504
    505505  Matrix rMat(3,3); rMat = 0.0;
Note: See TracChangeset for help on using the changeset viewer.