Changeset 4222 in ntrip


Ignore:
Timestamp:
May 29, 2012, 12:20:27 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxnavfile.cpp

    r4219 r4222  
    279279           << "PGM / RUN BY / DATE\n";
    280280
     281  QStringListIterator itCmnt(comments);
     282  while (itCmnt.hasNext()) {
     283    *_stream << itCmnt.next().trimmed().left(60).leftJustified(60) << "COMMENT\n";
     284  }
     285
    281286  *_stream << QString()
    282287    .leftJustified(60)
Note: See TracChangeset for help on using the changeset viewer.