Changeset 7985 in ntrip for branches/BNC_2.12/src/rinex


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/rinex/rnxobsfile.cpp

    r7983 r7985  
    13021302  }
    13031303  *stream << endl;
    1304  
     1304
    13051305  for (unsigned iSat = 0; iSat < epo->rnxSat.size(); iSat++) {
    13061306    const t_rnxSat& rnxSat = epo->rnxSat[iSat];
     
    13261326      }
    13271327
    1328       for (int iPref = 0; iPref < preferredAttribList.size(); iPref++) {
     1328      for (int iPref = 0; iPref < preferredAttrib.size(); iPref++) {
    13291329        QMapIterator<QString, t_rnxObs> itObs(rnxSat.obs);
    13301330        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.