Changeset 8495 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r8026 r8495  
    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.