Changeset 5831 in ntrip


Ignore:
Timestamp:
Aug 6, 2014, 2:47:01 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5826 r5831  
    386386  while (it != obsVector.end()) {
    387387    t_pppSatObs* satObs = *it;
    388     satObs->cmpModel(station);
     388    if (satObs->isValid()) {
     389      satObs->cmpModel(station);
     390    }
    389391    if (satObs->isValid() && satObs->eleSat() >= OPT->_minEle) {
    390392      ++it;
Note: See TracChangeset for help on using the changeset viewer.