Changeset 3842 in ntrip


Ignore:
Timestamp:
Apr 12, 2012, 12:24:56 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3841 r3842  
    6363void t_teqcEdit::run() {
    6464
    65   cout << "t_teqcEdit::run" << endl;
    66 
     65  // Initialize Input Observation Files, Sort them according to start time
     66  // ---------------------------------------------------------------------
    6767  QStringListIterator it(_obsFileNames);
    6868  while (it.hasNext()) {
    6969    QString fileName = it.next();
    70     cout << "file " << fileName.toAscii().data() << endl;
    7170    t_rnxObsFile* rnxObsFile = new t_rnxObsFile(fileName);
    7271    _rnxObsFiles.append(rnxObsFile);
Note: See TracChangeset for help on using the changeset viewer.