Changeset 17649 for trunk


Ignore:
Timestamp:
04/04/14 10:15:24 (10 years ago)
Author:
tbretz
Message:
Removed a stray instantiation of a non-existing variable.
File:
1 edited

Legend:

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

    r17640 r17649  
    19091909    StateMachineBias(ostream &out=cout) :
    19101910        StateMachineAsio<T>(out, "BIAS_CONTROL"), fBias(*this, *this),
    1911         fExpertMode(false), fEmergencyShutdown(false),
    1912         fSunRise(Time().GetNextSunRise(-6))
     1911        fExpertMode(false), fSunRise(Time().GetNextSunRise(-6))
    19131912    {
    19141913        // State names
Note: See TracChangeset for help on using the changeset viewer.