Changeset 7984 in ntrip


Ignore:
Timestamp:
Jul 21, 2016, 12:54:39 PM (8 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r7980 r7984  
    13271327      }
    13281328
    1329       for (int iPref = 0; iPref < preferredAttribList.size(); iPref++) {
     1329      for (int iPref = 0; iPref < preferredAttrib.size(); iPref++) {
    13301330        QMapIterator<QString, t_rnxObs> itObs(rnxSat.obs);
    13311331        while (itObs.hasNext()) {
     
    15591559
    15601560  bncSettings settings;
    1561  
     1561
    15621562  QStringList priorList;
    15631563  QString reqcAction = settings.value("reqcAction").toString();
Note: See TracChangeset for help on using the changeset viewer.