Changeset 9700 in ntrip for trunk/BNC


Ignore:
Timestamp:
Apr 22, 2022, 9:57:03 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9699 r9700  
    271271        OPT->_obsModelType == OPT->DCMphaseBias) {
    272272      if (nSat < 2.0) {
    273         LOG << " number of observations < 2\n";
    274         return failure;
     273        LOG << " number of satellites < 2\n";
     274        //return failure;
    275275      }
    276276    }
Note: See TracChangeset for help on using the changeset viewer.