Changeset 6298 in ntrip


Ignore:
Timestamp:
Nov 7, 2014, 9:53:19 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6297 r6298  
    805805        }
    806806      }
    807       *_log << QString("  %1").arg(numObsTypes);
     807      *_log << QString("  %1").arg(numObsTypes, 2);
    808808
    809809      for (int iFrq = 0; iFrq < qcSat._qcFrq.size(); iFrq++) {
     
    828828          *_log << "  C" << qcFrq._rnxType2ch << ' ';
    829829          if (qcFrq._gap) {
    830             *_log << 'g';
     830            *_log << " g";
    831831          }
    832832          else {
    833             *_log << '.';
     833            *_log << " .";
    834834          }
    835835          *_log << QString(" %1").arg(qcFrq._stdMP, 3, 'f', 2);
Note: See TracChangeset for help on using the changeset viewer.