Changeset 6141 in ntrip for trunk/BNC/src/ephemeris.cpp


Ignore:
Timestamp:
Sep 13, 2014, 5:08:22 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6109 r6141  
    1212#include "bnccore.h"
    1313#include "bncutils.h"
     14#include "satObs.h"
    1415#include "pppInclude.h"
    1516
     
    2627//
    2728////////////////////////////////////////////////////////////////////////////
    28 void t_eph::setOrbCorr(const BNC_PPP::t_orbCorr* orbCorr) {
     29void t_eph::setOrbCorr(const t_orbCorr* orbCorr) {
    2930  delete _orbCorr;
    30   _orbCorr = new BNC_PPP::t_orbCorr(*orbCorr);
     31  _orbCorr = new t_orbCorr(*orbCorr);
    3132}
    3233
    3334//
    3435////////////////////////////////////////////////////////////////////////////
    35 void t_eph::setClkCorr(const BNC_PPP::t_clkCorr* clkCorr) {
     36void t_eph::setClkCorr(const t_clkCorr* clkCorr) {
    3637  delete _clkCorr;
    37   _clkCorr = new BNC_PPP::t_clkCorr(*clkCorr);
     38  _clkCorr = new t_clkCorr(*clkCorr);
    3839}
    3940
Note: See TracChangeset for help on using the changeset viewer.