Changeset 17368
- Timestamp:
- 11/23/13 18:28:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/smartfact.cc
r17364 r17368 2886 2886 else 2887 2887 { 2888 out << setprecision(2);2889 2888 out << col << '\t'; 2889 out << setprecision(fBiasControlCurrentMed<100?2:3); 2890 2890 out << (bias_off ? 0 : fBiasControlCurrentMed) << '\t'; 2891 2891 if (bias_oc) … … 2894 2894 { 2895 2895 if (cal) 2896 { 2897 out << setprecision(fBiasControlCurrentMax<100?2:3); 2896 2898 out << (bias_off ? 0 : fBiasControlCurrentMax); 2899 } 2897 2900 else 2898 2901 out << "— ";
Note:
See TracChangeset
for help on using the changeset viewer.