Ignore:
Timestamp:
03/18/13 16:42:47 (12 years ago)
Author:
tbretz
Message:
Removed default from file name resources.
File:
1 edited

Legend:

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

    r15031 r15110  
    15001500    po::options_description control("Feedback options");
    15011501    control.add_options()
    1502         ("pixel-map-file",      var<string>("FACTmapV5a.txt"), "Pixel mapping file. Used here to get the default reference voltage.")
     1502        ("pixel-map-file",      var<string>()->required(), "Pixel mapping file. Used here to get the default reference voltage.")
    15031503        ("current-request-interval",  var<uint16_t>(1000), "Interval between two current requests.")
    15041504        ("num-calib-ignore",    var<uint16_t>(30), "Number of current requests to be ignored before averaging")
Note: See TracChangeset for help on using the changeset viewer.