- Timestamp:
- Jul 21, 2016, 12:54:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.cpp
r7980 r7984 1327 1327 } 1328 1328 1329 for (int iPref = 0; iPref < preferredAttrib List.size(); iPref++) {1329 for (int iPref = 0; iPref < preferredAttrib.size(); iPref++) { 1330 1330 QMapIterator<QString, t_rnxObs> itObs(rnxSat.obs); 1331 1331 while (itObs.hasNext()) { … … 1559 1559 1560 1560 bncSettings settings; 1561 1561 1562 1562 QStringList priorList; 1563 1563 QString reqcAction = settings.value("reqcAction").toString();
Note:
See TracChangeset
for help on using the changeset viewer.