Changeset 6970 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Jun 25, 2015, 2:25:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r6963 r6970 723 723 if (_antex->satCoMcorrection(corr->_prn, Mjd, xc.Rows(1,3), dx) != success) { 724 724 dx = 0; 725 _log += "antenna not found " + corr->_prn. toAscii() + '\n';725 _log += "antenna not found " + corr->_prn.mid(0,3).toAscii() + '\n'; 726 726 } 727 727 }
Note:
See TracChangeset
for help on using the changeset viewer.