Changeset 12488 for trunk/FACT++
- Timestamp:
- 11/11/11 00:48:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratecontrol.cc
r12457 r12488 261 261 // If any is zero there is something wrong 262 262 if (mb==0 || db==0) 263 return; 263 { 264 Warn("The median or the deviation of all board rates is zero... cannot calibrate."); 265 return; 266 } 264 267 265 268 double avg = 0;
Note:
See TracChangeset
for help on using the changeset viewer.