Changeset 17515 for trunk/FACT++/src


Ignore:
Timestamp:
01/16/14 19:03:15 (11 years ago)
Author:
tbretz
Message:
There is no state of the BIAS kLocked.
File:
1 edited

Legend:

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

    r17512 r17515  
    19051905            return State::kLocked;
    19061906 
    1907         if (fExpertMode && state>=State::kLocked)
     1907        if (fExpertMode && state>=State::kConnected)
    19081908            return State::kExpertMode;
    19091909
Note: See TracChangeset for help on using the changeset viewer.