Changeset 17649
- Timestamp:
- 04/04/14 10:15:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/biasctrl.cc
r17640 r17649 1909 1909 StateMachineBias(ostream &out=cout) : 1910 1910 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)) 1913 1912 { 1914 1913 // State names
Note:
See TracChangeset
for help on using the changeset viewer.