Changeset 3143 in ntrip


Ignore:
Timestamp:
Mar 25, 2011, 4:29:14 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3141 r3143  
    103103  QStringList combineStreams = settings.value("combineStreams").toStringList();
    104104
    105   if (combineStreams.size() >= 1) {
     105  if (combineStreams.size() >= 1 && !combineStreams[0].isEmpty()) {
    106106    QListIterator<QString> it(combineStreams);
    107107    while (it.hasNext()) {
     
    672672      ColumnVector vv = ll - AA * dx;
    673673
    674       for (int iv = 1; iv < vv.Nrows(); iv++) {
    675         out << vv(iv) << " ";
    676       }
    677       out << endl;
    678 
    679674      int    maxResIndex;
    680675      double maxRes = vv.maximum_absolute_value1(maxResIndex);   
Note: See TracChangeset for help on using the changeset viewer.