Changeset 7985 in ntrip for branches/BNC_2.12/src/rinex
- Timestamp:
- Jul 21, 2016, 12:55:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/rinex/rnxobsfile.cpp
r7983 r7985 1302 1302 } 1303 1303 *stream << endl; 1304 1304 1305 1305 for (unsigned iSat = 0; iSat < epo->rnxSat.size(); iSat++) { 1306 1306 const t_rnxSat& rnxSat = epo->rnxSat[iSat]; … … 1326 1326 } 1327 1327 1328 for (int iPref = 0; iPref < preferredAttrib List.size(); iPref++) {1328 for (int iPref = 0; iPref < preferredAttrib.size(); iPref++) { 1329 1329 QMapIterator<QString, t_rnxObs> itObs(rnxSat.obs); 1330 1330 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.