- Timestamp:
- May 16, 2024, 10:46:57 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10489 r10490 946 946 << pp->xx << " +- " << sqrt(_QQ[sys](pp->index,pp->index)) << "\n"; 947 947 out.setFieldWidth(0); 948 out.flush(); 948 949 } 949 950 printResults(epoTime, out, resCorr); … … 1067 1068 out << (xc(4) + corr->_dClkResult) * t_CST::c << "\n"; 1068 1069 out.setFieldWidth(0); 1070 out.flush(); 1069 1071 } 1070 1072 else { 1071 1073 out << "bncComb::printResults bug" << "\n"; 1072 1074 } 1073 out.flush();1074 1075 } 1075 1076 }
Note:
See TracChangeset
for help on using the changeset viewer.