Changeset 8496 in ntrip for branches/BNC_2.12/src/PPP


Ignore:
Timestamp:
Sep 25, 2018, 1:25:55 PM (6 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/PPP/pppSatObs.cpp

    r8027 r8496  
    106106  // Compute Satellite Coordinates at Time of Transmission
    107107  // -----------------------------------------------------
    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;
    110110  bool totOK  = false;
    111   ColumnVector satPosOld(4); satPosOld = 0.0;
     111  ColumnVector satPosOld(7); satPosOld = 0.0;
    112112  t_lc::type tLC = isValid(t_lc::cIF) ? t_lc::cIF : t_lc::c1;
    113113  double prange = obsValue(tLC);
Note: See TracChangeset for help on using the changeset viewer.