Changeset 12360 for trunk


Ignore:
Timestamp:
11/02/11 05:35:48 (13 years ago)
Author:
tbretz
Message:
Do not check if waiting for answer in ExpertReste if this is a OC reset
File:
1 edited

Legend:

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

    r12342 r12360  
    11201120    void ExpertReset(bool expert_mode=true)
    11211121    {
    1122         if (fWaitingForAnswer>=0)
     1122        if (expert_mode && fWaitingForAnswer>=0)
    11231123        {
    11241124            ostringstream msg;
Note: See TracChangeset for help on using the changeset viewer.