Changeset 5815 in ntrip for trunk/BNC/src/bncmodel.cpp


Ignore:
Timestamp:
Aug 6, 2014, 12:06:58 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmodel.cpp

    r5808 r5815  
    5454#include "pppopt.h"
    5555
    56 using namespace BNC;
    5756using namespace std;
    5857
     
    188187  }
    189188
    190   _tides = new t_tides;
     189  _tides = new BNC_PPP::t_tides;
    191190
    192191  // Bancroft Coordinates
     
    346345  satData->rho = (satData->xx - xRec).norm_Frobenius();
    347346
    348   double tropDelay = t_tropo::delay_saast(xRec, satData->eleSat) +
     347  double tropDelay = BNC_PPP::t_tropo::delay_saast(xRec, satData->eleSat) +
    349348                     trp() / sin(satData->eleSat);
    350349
     
    613612    else if (par->type == bncParam::TROPO) {
    614613      ColumnVector xyz(3); xyz(1) = x(); xyz(2) = y(); xyz(3) = z();
    615       double aprTrp = t_tropo::delay_saast(xyz, M_PI/2.0);
     614      double aprTrp = BNC_PPP::t_tropo::delay_saast(xyz, M_PI/2.0);
    616615      strB << "\n    trp     = " << par->prn.toAscii().data()
    617616           << setw(7) << setprecision(3) << aprTrp << " "
     
    894893    ColumnVector sz = -rSat / rSat.norm_Frobenius();
    895894
    896     ColumnVector xSun = t_astro::Sun(Mjd);
     895    ColumnVector xSun = BNC_PPP::t_astro::Sun(Mjd);
    897896    xSun /= xSun.norm_Frobenius();
    898897
Note: See TracChangeset for help on using the changeset viewer.