- Timestamp:
- Aug 6, 2014, 2:47:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r5826 r5831 386 386 while (it != obsVector.end()) { 387 387 t_pppSatObs* satObs = *it; 388 satObs->cmpModel(station); 388 if (satObs->isValid()) { 389 satObs->cmpModel(station); 390 } 389 391 if (satObs->isValid() && satObs->eleSat() >= OPT->_minEle) { 390 392 ++it;
Note:
See TracChangeset
for help on using the changeset viewer.