Changeset 3143 in ntrip for trunk/BNC/combination
- Timestamp:
- Mar 25, 2011, 4:29:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3141 r3143 103 103 QStringList combineStreams = settings.value("combineStreams").toStringList(); 104 104 105 if (combineStreams.size() >= 1 ) {105 if (combineStreams.size() >= 1 && !combineStreams[0].isEmpty()) { 106 106 QListIterator<QString> it(combineStreams); 107 107 while (it.hasNext()) { … … 672 672 ColumnVector vv = ll - AA * dx; 673 673 674 for (int iv = 1; iv < vv.Nrows(); iv++) {675 out << vv(iv) << " ";676 }677 out << endl;678 679 674 int maxResIndex; 680 675 double maxRes = vv.maximum_absolute_value1(maxResIndex);
Note:
See TracChangeset
for help on using the changeset viewer.