Changeset 13557


Ignore:
Timestamp:
05/04/12 10:40:10 (13 years ago)
Author:
tbretz
Message:
Fixed another sign - so we are back with the previous solution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/feedback.cc

    r13556 r13557  
    261261
    262262                // Make sure that the averaged resistor is valid
    263                 const double dU = Ravg[i]>0 ? r*(I*1e-6+dI) : 0;
     263                const double dU = Ravg[i]>10000 ? r*(I*1e-6 - dI) : 0;
    264264
    265265                vec[i+BIAS::kNumChannels] += dU;
Note: See TracChangeset for help on using the changeset viewer.