Changeset 15034


Ignore:
Timestamp:
03/12/13 17:47:48 (12 years ago)
Author:
tbretz
Message:
Set the QoS to 2 if the calibration by currents succeeded.
File:
1 edited

Legend:

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

    r15029 r15034  
    430430
    431431        const RateControl::DimThreshold data = { fThresholdMin, fCalibrationTimeStart.Mjd(), Time().Mjd() };
    432         fDimThreshold.setQuality(0);
     432        fDimThreshold.setQuality(2);
    433433        fDimThreshold.Update(data);
    434434
Note: See TracChangeset for help on using the changeset viewer.