Changeset 6158 in ntrip for trunk/BNC/src
- Timestamp:
- Sep 14, 2014, 10:56:55 AM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/satObs.cpp
r6144 r6158 27 27 //////////////////////////////////////////////////////////////////////////// 28 28 t_orbCorr::t_orbCorr(const string& str) { 29 _xr.ReSize(3); _xr = 0.0; 30 _dotXr.ReSize(3); _dotXr = 0.0; 29 31 } 30 32 -
trunk/BNC/src/satObs.h
r6157 r6158 59 59 class t_orbCorr { 60 60 public: 61 t_orbCorr() { 62 _xr.ReSize(3); _xr = 0.0; 63 _dotXr.ReSize(3); _dotXr = 0.0; 64 } 61 t_orbCorr(); 65 62 t_orbCorr(const std::string& str); 66 63 t_prn prn() const {return _prn;}
Note:
See TracChangeset
for help on using the changeset viewer.