- Timestamp:
- May 29, 2012, 12:20:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxnavfile.cpp
r4219 r4222 279 279 << "PGM / RUN BY / DATE\n"; 280 280 281 QStringListIterator itCmnt(comments); 282 while (itCmnt.hasNext()) { 283 *_stream << itCmnt.next().trimmed().left(60).leftJustified(60) << "COMMENT\n"; 284 } 285 281 286 *_stream << QString() 282 287 .leftJustified(60)
Note:
See TracChangeset
for help on using the changeset viewer.