Changeset 9557 in ntrip for trunk


Ignore:
Timestamp:
Dec 1, 2021, 3:30:31 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9556 r9557  
    266266    if (iObs == -1) {LOG << "iObs == -1\n";
    267267      return failure;
    268     }
    269     if (OPT->_obsModelType == OPT->DCMcodeBias  ||
    270         OPT->_obsModelType == OPT->DCMphaseBias ||
    271         OPT->_pseudoObsIono) {
    272         double numSat = floor(iObs/2.0);
    273         if (numSat < 2.0) {
    274           LOG << sys <<  ": numsat " << numSat << " but at least 2 satellites would be required" << endl;
    275           return failure;
    276         }
    277268    }
    278269
Note: See TracChangeset for help on using the changeset viewer.