Ignore:
Timestamp:
Oct 13, 2023, 11:49:42 AM (11 months ago)
Author:
stuerze
Message:

bug fixed

File:
1 edited

Legend:

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

    r10216 r10224  
    9999    cmbCorr() {
    100100      _eph                        = 0;
     101      _clkCorr                    = 0;
    101102      _iod                        = 0;
    102103      _dClkResult                 = 0.0;
     
    104105      _weightFactor               = 1.0;
    105106    }
    106     ~cmbCorr() {}
     107    ~cmbCorr() {
     108
     109    }
    107110    QString        _prn;
    108111    bncTime        _time;
     
    110113    t_eph*         _eph;
    111114    t_orbCorr      _orbCorr;
    112     t_clkCorr      _clkCorr;
     115    t_clkCorr*     _clkCorr;
    113116    t_satCodeBias  _satCodeBias;
    114117    QString        _acName;
Note: See TracChangeset for help on using the changeset viewer.