- Timestamp:
- Sep 9, 2012, 5:03:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r4690 r4691 705 705 << _obsStat._startTime.timestr().c_str() << endl 706 706 << "End time: " << _obsStat._endTime.datestr().c_str() << ' ' 707 << _obsStat._endTime.timestr().c_str() << endl; 707 << _obsStat._endTime.timestr().c_str() << endl 708 << "Interval: " << _obsStat._interval << endl 709 << "# Sat.: " << _obsStat._prnStat.size() << endl; 708 710 709 711 _log->flush();
Note:
See TracChangeset
for help on using the changeset viewer.