Changeset 3462 in ntrip for trunk/BNC


Ignore:
Timestamp:
Sep 23, 2011, 5:03:32 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3461 r3462  
    370370  // ----------------------
    371371  bool masterPresent = false;
    372   int  numACwithObs  = 0;
    373372  QListIterator<cmbAC*> icAC(_ACs);
    374373  while (icAC.hasNext()) {
     
    386385    }
    387386    out << AC->name.toAscii().data() << ": " << AC->numObs << endl;
    388     if (AC->numObs > 0) {
    389       ++numACwithObs;
    390     }
    391   }
    392 
    393   if (numACwithObs < 3) {
    394     return;
    395387  }
    396388
Note: See TracChangeset for help on using the changeset viewer.