Changeset 7715 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Feb 1, 2016, 5:07:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r7392 r7715 1022 1022 out << _resTime.datestr().c_str() << " " << _resTime.timestr().c_str() 1023 1023 << " Maximum Residuum " << maxRes << ' ' 1024 << corrs()[maxResIndex-1]->_acName << ' ' << corrs()[maxResIndex-1]->_prn ;1024 << corrs()[maxResIndex-1]->_acName << ' ' << corrs()[maxResIndex-1]->_prn.mid(0,3); 1025 1025 1026 1026 if (maxRes > _MAXRES) {
Note:
See TracChangeset
for help on using the changeset viewer.