Changeset 6970 in ntrip


Ignore:
Timestamp:
Jun 25, 2015, 2:25:17 PM (9 years ago)
Author:
stuerze
Message:

minor changes in combination

File:
1 edited

Legend:

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

    r6963 r6970  
    723723      if (_antex->satCoMcorrection(corr->_prn, Mjd, xc.Rows(1,3), dx) != success) {
    724724        dx = 0;
    725         _log += "antenna not found " + corr->_prn.toAscii() + '\n';
     725        _log += "antenna not found " + corr->_prn.mid(0,3).toAscii() + '\n';
    726726      }
    727727    }
Note: See TracChangeset for help on using the changeset viewer.