Ignore:
Timestamp:
Feb 1, 2016, 5:07:53 PM (8 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r7392 r7715  
    10221022    out << _resTime.datestr().c_str() << " " << _resTime.timestr().c_str()
    10231023        << " Maximum Residuum " << maxRes << ' '
    1024         << corrs()[maxResIndex-1]->_acName << ' ' << corrs()[maxResIndex-1]->_prn;
     1024        << corrs()[maxResIndex-1]->_acName << ' ' << corrs()[maxResIndex-1]->_prn.mid(0,3);
    10251025
    10261026    if (maxRes > _MAXRES) {
Note: See TracChangeset for help on using the changeset viewer.