Changeset 14140
- Timestamp:
- 06/09/12 22:11:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/smartfact.cc
r14139 r14140 2197 2197 if (wind>35 || hum>95) 2198 2198 col = HTML::kYellow; 2199 if (wind> 50|| hum>98)2199 if (wind>45 || hum>98) 2200 2200 col = HTML::kRed; 2201 2201 … … 2289 2289 out << setprecision(2) << fBiasControlPowerTot << " W" << setprecision(3); 2290 2290 else 2291 out << (off ? 0 : fBiasControlVoltageMed) ;2291 out << (off ? 0 : fBiasControlVoltageMed) << " V"; 2292 2292 out << '\n'; 2293 2293 }
Note:
See TracChangeset
for help on using the changeset viewer.