Changeset 3503 in ntrip


Ignore:
Timestamp:
Nov 16, 2011, 11:46:49 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3502 r3503  
    10081008    cmbCorr* corr = im.next();
    10091009    QString  prn  = corr->prn;
    1010     if (_eph.find(prn) == _eph.end()) {
     1010    if      (_eph.find(prn) == _eph.end()) {
    10111011      out << "checkOrbit: missing eph (not found) " << corr->prn << endl;
     1012      im.remove();
     1013    }
     1014    else if (corr->eph == 0) {
     1015      out << "checkOrbit: missing eph (zero) " << corr->prn << endl;
    10121016      im.remove();
    10131017    }
Note: See TracChangeset for help on using the changeset viewer.