Changeset 6230 in ntrip for trunk/BNC/src/rinex/rnxobsfile.cpp


Ignore:
Timestamp:
Oct 11, 2014, 4:20:52 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6228 r6230  
    312312          _obsTypes[sys].push_back(header.obsType(sys, iType, _version));
    313313        }
     314        _obsTypes[sys].removeDuplicates();
    314315      }
    315316    }
     
    469470char t_rnxObsHeader::system(int iSys) const {
    470471  int iSysLocal = -1;
    471   QMapIterator<char, QVector<QString> > it(_obsTypes);
     472  QMapIterator<char, QStringList> it(_obsTypes);
    472473  while (it.hasNext()) {
    473474    ++iSysLocal;
Note: See TracChangeset for help on using the changeset viewer.