Ignore:
Timestamp:
07/20/11 10:27:17 (13 years ago)
Author:
tbretz
Message:
Added a registry for wildcarded options to detect unaccessed options; for this EvalConfiguration(const Configuration&) has been changed to EvalOptions(Configuration&)
File:
1 edited

Legend:

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

    r11481 r11483  
    691691    }
    692692
    693     int EvalConfiguration(const Configuration &conf)
     693    int EvalOptions(Configuration &conf)
    694694    {
    695695        fDatabase       = conf.Get<string>("schedule-database");
Note: See TracChangeset for help on using the changeset viewer.