- Timestamp:
- Oct 15, 2011, 9:14:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/combination/bnccomb.cpp ΒΆ
r3478 r3479 892 892 out << _resTime.datestr().c_str() << ' ' 893 893 << _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); 896 898 } 897 899
Note:
See TracChangeset
for help on using the changeset viewer.