Changeset 6963 in ntrip for trunk


Ignore:
Timestamp:
Jun 25, 2015, 10:37:27 AM (9 years ago)
Author:
stuerze
Message:

minor changes in combination

File:
1 edited

Legend:

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

    r6962 r6963  
    450450  XYZ_to_RSW(newXC.Rows(1,3), newVV, dV, dDotRAO);
    451451
    452   QString msg = "switch corr " + corr->_prn 
     452  QString msg = "switch corr " + corr->_prn.mid(0,3)
    453453    + QString(" %1 -> %2 %3").arg(corr->_iod,3).arg(lastEph->IOD(),3).arg(dC*t_CST::c, 8, 'f', 4);
    454454
     
    11501150              << "Orbit Outlier: "
    11511151              << corr->_acName.toAscii().data() << " "
    1152               << prn.toAscii().data()           << " "
     1152              << prn.mid(0,3).toAscii().data()           << " "
    11531153              << corr->_iod                     << " "
    11541154              << norm                           << endl;
Note: See TracChangeset for help on using the changeset viewer.