Changeset 12991 for trunk/FACT++/src/feedback.cc
- Timestamp:
- 03/04/12 09:48:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/feedback.cc
r12990 r12991 163 163 return; 164 164 165 fDimDeviation.setQuality(fControlType); 165 166 fDimDeviation.Update(vec); 166 167 … … 414 415 vec[i+416] = avg[i]<5*2.5 ? 0 : correction[i]; 415 416 417 fDimDeviation.setQuality(fControlType); 416 418 fDimDeviation.Update(vec); 417 419 … … 534 536 vec.insert(vec.begin()+nch, nch, correction[0]); 535 537 538 fDimDeviation.setQuality(fControlType); 536 539 fDimDeviation.Update(vec); 537 540 … … 686 689 687 690 vector<float> vec(2*BIAS::kNumChannels); 691 fDimDeviation.setQuality(kIdle); 688 692 fDimDeviation.Update(vec); 689 693
Note:
See TracChangeset
for help on using the changeset viewer.