Changeset 4230 in ntrip
- Timestamp:
- May 30, 2012, 9:00:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxnavfile.cpp
r4222 r4230 260 260 261 261 if (version() < 3.0) { 262 *_stream << QString("%1 Navigation data") 262 const QString fmt = glonass() ? "%1 GLONASS navigation data" 263 : "%1 Navigation data"; 264 *_stream << QString(fmt) 263 265 .arg(_header._version, 9, 'f', 2) 264 266 .leftJustified(60)
Note:
See TracChangeset
for help on using the changeset viewer.