Changeset 6866 in ntrip


Ignore:
Timestamp:
Jun 1, 2015, 10:58:06 AM (9 years ago)
Author:
stuerze
Message:

minor format changes are added to write phase shifts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/rnxobsfile.cpp

    r6865 r6866  
    637637        foreach (const QString &obstype, it.value()) {
    638638          if (obstype.left(1).contains('L')) {
    639           *stream << QString("%1 %2 %3")
     639          *stream << QString("%1%2%3")
    640640            .arg(sys, 0)
    641             .arg(obstype, 0)
     641            .arg(obstype, 4)
    642642            .arg(shift, 9, 'f', 5)
    643643            .leftJustified(60)
Note: See TracChangeset for help on using the changeset viewer.