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/smartfact.cc

    r15081 r15110  
    30413041    po::options_description control("Smart FACT");
    30423042    control.add_options()
    3043         ("pixel-map-file",  var<string>("FACTmapV5a.txt"),     "Pixel mapping file. Used here to get the default reference voltage")
     3043        ("pixel-map-file",  var<string>()->required(),     "Pixel mapping file. Used here to get the default reference voltage")
    30443044        ("path",            var<string>("www/smartfact/data"), "Output path for the data-files")
    30453045        ("source-database", var<string>(""), "Database link as in\n\tuser:password@server[:port]/database.")
Note: See TracChangeset for help on using the changeset viewer.