Changeset 3753 in ntrip for trunk/BNC/rinex/rnxnavfile.cpp


Ignore:
Timestamp:
Mar 30, 2012, 6:38:05 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxnavfile.cpp

    r3748 r3753  
    166166    bncTime ephTime(eph->GPSweek(), eph->GPSweeks());
    167167    double dt = ephTime - tt;
    168     if (dt < 4*3600.0) {
     168    if (dt < 2*3600.0) {
    169169      _ephs.pop();
    170170      return eph;
Note: See TracChangeset for help on using the changeset viewer.