Changeset 5815 in ntrip for trunk/BNC/src/bncantex.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/bncantex.cpp

    r5805 r5815  
    4545#include "PPP/pppModel.h"
    4646
    47 using namespace BNC;
    4847using namespace std;
    4948
     
    237236    sz /= sqrt(DotProduct(sz,sz));
    238237
    239     ColumnVector xSun = t_astro::Sun(Mjd);
     238    ColumnVector xSun = BNC_PPP::t_astro::Sun(Mjd);
    240239    xSun /= sqrt(DotProduct(xSun,xSun));
    241240 
     
    284283//
    285284////////////////////////////////////////////////////////////////////////////
    286 double bncAntex::rcvCorr(BNC::t_frequency::type /* frqType */, const std::string& antName,
     285double bncAntex::rcvCorr(BNC_PPP::t_frequency::type /* frqType */, const std::string& antName,
    287286               double eleSat, bool& found) const {
    288287  return pco(QString(antName.c_str()), eleSat, found);
Note: See TracChangeset for help on using the changeset viewer.