Changeset 3462 in ntrip
- Timestamp:
- Sep 23, 2011, 5:03:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3461 r3462 370 370 // ---------------------- 371 371 bool masterPresent = false; 372 int numACwithObs = 0;373 372 QListIterator<cmbAC*> icAC(_ACs); 374 373 while (icAC.hasNext()) { … … 386 385 } 387 386 out << AC->name.toAscii().data() << ": " << AC->numObs << endl; 388 if (AC->numObs > 0) {389 ++numACwithObs;390 }391 }392 393 if (numACwithObs < 3) {394 return;395 387 } 396 388
Note:
See TracChangeset
for help on using the changeset viewer.