Changeset 3479 in ntrip for trunk/BNC


Ignore:
Timestamp:
Oct 15, 2011, 9:14:19 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3478 r3479  
    892892    out << _resTime.datestr().c_str() << ' '
    893893        << _resTime.timestr().c_str() << " "
    894         << corr->acName << ' ' << corr->prn << ' '
    895         << " dClk = " << corr->dClk << " res = " << vv[ii] << endl;
     894        << corr->acName << ' ' << corr->prn;
     895    out.setFieldWidth(6);
     896    out << " dClk = " << corr->dClk * t_CST::c << " res = " << vv[ii] << endl;
     897    out.setFieldWidth(0);
    896898  }
    897899
Note: See TracChangeset for help on using the changeset viewer.