Changeset 6160 in ntrip for trunk/BNC/src/combination/bnccomb.h


Ignore:
Timestamp:
Sep 14, 2014, 11:13:25 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.h

    r6159 r6160  
    6666   public:
    6767    cmbCorr() {
    68       _eph = 0;
    69       _iod = 0;
     68      _eph        = 0;
     69      _iod        = 0;
     70      _dClkResult = 0.0;
    7071    }
    7172    ~cmbCorr() {}
     
    7475    int          _iod;
    7576    const t_eph* _eph;
    76     t_orbCorr    _orbCorr; // used for input
    77     t_clkCorr    _clkCorr; // used for input
     77    t_orbCorr    _orbCorr;
     78    t_clkCorr    _clkCorr;
    7879    QString      _acName;
    79     double       _dClk;    // used for output
     80    double       _dClkResult;
    8081    ColumnVector _diffRao;
    8182    QString ID() {return _acName + "_" + _prn;}
Note: See TracChangeset for help on using the changeset viewer.