Changeset 13340 for trunk/FACT++
- Timestamp:
- 04/12/12 20:06:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/biasctrl.cc
r13294 r13340 883 883 { 884 884 ostringstream msg; 885 msg << "CheckChannelVoltage - Set voltage " << volt << "V of channel " << ch << " ex eeds absolute limit of " << fVoltageMaxAbs << "V.";885 msg << "CheckChannelVoltage - Set voltage " << volt << "V of channel " << ch << " exceeds absolute limit of " << fVoltageMaxAbs << "V."; 886 886 Warn(msg); 887 887 return false; … … 894 894 { 895 895 ostringstream msg; 896 msg << "CheckChannelVoltage - Set voltage " << volt << "V of channel " << ch << " ex eeds limit of " << fVoltageMaxRel << "V above breakdown voltage " << fBreakdownVoltage[ch] << "V + limit " << fVoltageMaxRel << "V.";896 msg << "CheckChannelVoltage - Set voltage " << volt << "V of channel " << ch << " exceeds limit of " << fVoltageMaxRel << "V above breakdown voltage " << fBreakdownVoltage[ch] << "V + limit " << fVoltageMaxRel << "V."; 897 897 Error(msg); 898 898 return false;
Note:
See TracChangeset
for help on using the changeset viewer.