Changeset 8496 in ntrip for branches/BNC_2.12/src/PPP
- Timestamp:
- Sep 25, 2018, 1:25:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/PPP/pppSatObs.cpp
r8027 r8496 106 106 // Compute Satellite Coordinates at Time of Transmission 107 107 // ----------------------------------------------------- 108 _xcSat.ReSize( 4); _xcSat = 0.0;109 _vvSat.ReSize( 4); _vvSat = 0.0;108 _xcSat.ReSize(7); _xcSat = 0.0; 109 _vvSat.ReSize(3); _vvSat = 0.0; 110 110 bool totOK = false; 111 ColumnVector satPosOld( 4); satPosOld = 0.0;111 ColumnVector satPosOld(7); satPosOld = 0.0; 112 112 t_lc::type tLC = isValid(t_lc::cIF) ? t_lc::cIF : t_lc::c1; 113 113 double prange = obsValue(tLC);
Note:
See TracChangeset
for help on using the changeset viewer.