Changeset 6036 in ntrip


Ignore:
Timestamp:
Aug 21, 2014, 1:21:24 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6012 r6036  
    211211    // Check number of observations, truncate matrices
    212212    // -----------------------------------------------
    213     if (iObs+1 < OPT->_minObs) {
     213    if (iObs == -1) {
    214214      return failure;
    215215    }
Note: See TracChangeset for help on using the changeset viewer.