Changeset 6589 in ntrip for trunk/BNC/src/satObs.cpp


Ignore:
Timestamp:
Feb 17, 2015, 9:52:42 AM (9 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r6567 r6589  
    1111////////////////////////////////////////////////////////////////////////////
    1212t_clkCorr::t_clkCorr() {
     13  _updateInt  = 0;
    1314  _iod        = 0;
    1415  _dClk       = 0.0;
     
    7576////////////////////////////////////////////////////////////////////////////
    7677t_orbCorr::t_orbCorr() {
    77   _iod    = 0;
    78   _system = 'R';
     78  _updateInt = 0;
     79  _iod       = 0;
     80  _system    = 'R';
    7981  _xr.ReSize(3);    _xr    = 0.0;
    8082  _dotXr.ReSize(3); _dotXr = 0.0;
Note: See TracChangeset for help on using the changeset viewer.