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


Ignore:
Timestamp:
Sep 3, 2008, 12:55:53 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r1077 r1100  
    470470  dx(2) =  0.051;
    471471  dx(3) = -0.048;
    472   const static double arcSec = 180.0 * 3600.0 / M_PI;
    473   const static double ox =  0.000081 / arcSec;
    474   const static double oy =  0.000490 / arcSec;
    475   const static double oz = -0.000792 / arcSec;
     472  static const double arcSec = 180.0 * 3600.0 / M_PI;
     473  static const double ox =  0.000081 / arcSec;
     474  static const double oy =  0.000490 / arcSec;
     475  static const double oz = -0.000792 / arcSec;
    476476
    477477  Matrix rMat(3,3); rMat = 0.0;
Note: See TracChangeset for help on using the changeset viewer.