Changeset 4058 in ntrip
- Timestamp:
- Apr 26, 2012, 1:26:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxobsfile.cpp
r4057 r4058 1046 1046 if (!same) { 1047 1047 QStringList strLst = obsTypesStrings(); 1048 *_stream << QString().leftJustified(29) 1048 int numBlanks = _header._version < 3.0 ? 26 : 29; 1049 *_stream << QString().leftJustified(numBlanks) 1049 1050 << QString(" 4%1\n").arg(strLst.size(), 3) 1050 1051 << strLst.join("");
Note:
See TracChangeset
for help on using the changeset viewer.