Changeset 238 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
Oct 11, 2006, 11:21:05 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r225 r238  
    285285  while (mIt.hasNext()) {
    286286    Observation* ob = mIt.next();
    287     if (ob->GPSWeek * 7*24*3600 + ob->GPSWeeks < maxTime) {
     287    if (ob->GPSWeek * 7*24*3600 + ob->GPSWeeks < maxTime - 0.05) {
    288288      dumpList.push_back(ob);
    289289      mIt.remove();
Note: See TracChangeset for help on using the changeset viewer.