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

    r5813 r5815  
    1414#include "PPP/pppInclude.h"
    1515
    16 using namespace BNC;
    1716using namespace std;
    1817
     
    4443//
    4544////////////////////////////////////////////////////////////////////////////
    46 void t_eph::setOrbCorr(const BNC::t_orbCorr* orbCorr) {
     45void t_eph::setOrbCorr(const BNC_PPP::t_orbCorr* orbCorr) {
    4746  delete _orbCorr;
    48   _orbCorr = new t_orbCorr(*orbCorr);
     47  _orbCorr = new BNC_PPP::t_orbCorr(*orbCorr);
    4948}
    5049
    5150//
    5251////////////////////////////////////////////////////////////////////////////
    53 void t_eph::setClkCorr(const BNC::t_clkCorr* clkCorr) {
     52void t_eph::setClkCorr(const BNC_PPP::t_clkCorr* clkCorr) {
    5453  delete _clkCorr;
    55   _clkCorr = new t_clkCorr(*clkCorr);
     54  _clkCorr = new BNC_PPP::t_clkCorr(*clkCorr);
    5655}
    5756
Note: See TracChangeset for help on using the changeset viewer.