Changeset 8744 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 09/07/07 13:17:18 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractor.cc
r8642 r8744 237 237 if (fHiGainLast>=num) 238 238 { 239 *fLog << err << " ERROR - Last hi-gain slicemust not exceed " << num-1 << endl;239 *fLog << err << "MExtractor: ERROR - Last hi-gain slice " << (int)fHiGainLast << " must not exceed " << num-1 << endl; 240 240 return kFALSE; 241 241 } 242 242 if (fLoGainLast>=num) 243 243 { 244 *fLog << err << " ERROR - Last lo-gain slicemust not exceed " << num-1 << endl;244 *fLog << err << "MExtractor: ERROR - Last lo-gain slice " << (int)fLoGainLast << " must not exceed " << num-1 << endl; 245 245 return kFALSE; 246 246 }
Note:
See TracChangeset
for help on using the changeset viewer.