Changeset 3753 in ntrip for trunk/BNC/rinex
- Timestamp:
- Mar 30, 2012, 6:38:05 PM (13 years ago)
- Location:
- trunk/BNC/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/rinex/bncpostprocess.cpp ¶
r3752 r3753 132 132 ++nEpo; 133 133 134 cout << "process " << epo->tt.datestr() << " " 135 << epo->tt.timestr() << endl; 136 134 137 // Get Corrections 135 138 // --------------- -
TabularUnified trunk/BNC/rinex/rnxnavfile.cpp ¶
r3748 r3753 166 166 bncTime ephTime(eph->GPSweek(), eph->GPSweeks()); 167 167 double dt = ephTime - tt; 168 if (dt < 4*3600.0) {168 if (dt < 2*3600.0) { 169 169 _ephs.pop(); 170 170 return eph;
Note:
See TracChangeset
for help on using the changeset viewer.