Changeset 6535 in ntrip
- Timestamp:
- Dec 31, 2014, 11:51:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r6532 r6535 1040 1040 QFileInfo navFi(fileName); 1041 1041 *_log << " Bad Ephemeris : " << navFi.fileName() << ' ' 1042 << eph->prn().toString().c_str() << ' ' 1043 << eph->TOC().datestr(' ').c_str() << ' ' 1044 << eph->TOC().timestr(0, ' ').c_str() << endl; 1042 << eph->toString(3.0).left(24) << endl; 1045 1043 } 1046 1044 }
Note:
See TracChangeset
for help on using the changeset viewer.