Changeset 7974 in ntrip


Ignore:
Timestamp:
Jun 30, 2016, 11:34:44 AM (8 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r7959 r7974  
    10721072      }
    10731073
    1074       if (!nObs) {
     1074      if (int(nObs) < OPT->_minObs) {
    10751075        restoreState(epoData);
    10761076        return failure;
Note: See TracChangeset for help on using the changeset viewer.