Changeset 3275 in ntrip


Ignore:
Timestamp:
Apr 13, 2011, 3:28:09 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3274 r3275  
    349349
    350350  out <<                   "Combination:" << endl
    351       << "------------------------------" << endl
    352       << "Processed Epochs: "             << endl;
     351      << "------------------------------" << endl;
    353352
    354353  // Predict Parameters Values, Add White Noise
     
    383382    cmbEpoch* epo     = itEpo.next();
    384383    bncTime   epoTime = epo->time;
    385     out << epoTime.datestr().c_str() << " " << epoTime.timestr().c_str() << endl;
     384    out << epo->acName.toAscii().data() << " "
     385        << epoTime.datestr().c_str()    << " "
     386        << epoTime.timestr().c_str() << endl;
    386387
    387388    QMutableMapIterator<QString, t_corr*> itCorr(epo->corr);
Note: See TracChangeset for help on using the changeset viewer.