Changeset 9992 in ntrip


Ignore:
Timestamp:
Feb 27, 2023, 9:21:53 PM (14 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9982 r9992  
    265265    // ----------------------------
    266266    if (iObs == -1) {
    267       LOG << " number of observations == -1\n";
     267      LOG << " number of observations == " << iObs + 1 << "\n";
    268268      return failure;
    269269    }
     
    458458          }
    459459        }
    460         // Check Pre-Fit Residuals
     460        /* Check Pre-Fit Residuals
    461461        // -----------------------
    462462        else {
     
    482482            }
    483483          }
    484         }
     484        }*/
    485485      }
    486486    }
Note: See TracChangeset for help on using the changeset viewer.