Changeset 3753 in ntrip for trunk/BNC/rinex


Ignore:
Timestamp:
Mar 30, 2012, 6:38:05 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/rinex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/BNC/rinex/bncpostprocess.cpp

    r3752 r3753  
    132132    ++nEpo;
    133133
     134    cout << "process " << epo->tt.datestr() << " "
     135         << epo->tt.timestr() << endl;
     136
    134137    // Get Corrections
    135138    // ---------------
  • TabularUnified 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.