Changeset 9997 in ntrip for trunk


Ignore:
Timestamp:
Feb 28, 2023, 8:11:51 AM (14 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9992 r9997  
    266266    if (iObs == -1) {
    267267      LOG << " number of observations == " << iObs + 1 << "\n";
     268      if (preProcessing) {
     269        _obsPool->setRefSatChangeRequired(sys, true);
     270        return success;
     271      }
    268272      return failure;
    269273    }
Note: See TracChangeset for help on using the changeset viewer.