Changeset 11633


Ignore:
Timestamp:
07/26/11 21:30:15 (13 years ago)
Author:
tbretz
Message:
Fixed a double dot when checking the trigger options.
File:
1 edited

Legend:

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

    r11630 r11633  
    22432243                !CheckConfigVal<uint16_t>(conf, data.kMaxIntensity,       "light-pulser.internal.intensity.",     *it) ||
    22442244                !CheckConfigVal<uint16_t>(conf, data.kMaxDAC,             "trigger.threshold.pixel.",             *it) ||
    2245                 !CheckConfigVal<uint16_t>(conf, data.kMaxDAC,             "trigger.threshold.patch..",            *it) ||
     2245                !CheckConfigVal<uint16_t>(conf, data.kMaxDAC,             "trigger.threshold.patch.",             *it) ||
    22462246                0)
    22472247                return 2;
Note: See TracChangeset for help on using the changeset viewer.