Changeset 6243 in ntrip


Ignore:
Timestamp:
Oct 16, 2014, 10:46:35 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6242 r6243  
    11141114  bncSettings settings;
    11151115  QStringList priorList = settings.value("rnxV2Priority").toString().split(" ", QString::SkipEmptyParts);
     1116  if (priorList.empty()) {
     1117    priorList << "CWPX_?";
     1118  }
    11161119
    11171120  QString result;
     
    11291132  }
    11301133
    1131   if (result.isEmpty()) {
    1132     result = "CWPX_?";
    1133   }
    1134 
    11351134  return result;
    11361135}
Note: See TracChangeset for help on using the changeset viewer.