Changeset 6158 in ntrip for trunk/BNC/src/satObs.h


Ignore:
Timestamp:
Sep 14, 2014, 10:56:55 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6157 r6158  
    5959class t_orbCorr {
    6060 public:
    61   t_orbCorr() {
    62     _xr.ReSize(3);    _xr    = 0.0;
    63     _dotXr.ReSize(3); _dotXr = 0.0;
    64   }
     61  t_orbCorr();
    6562  t_orbCorr(const std::string& str);
    6663  t_prn          prn() const {return _prn;}
Note: See TracChangeset for help on using the changeset viewer.