diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-10-14 02:50:44 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-10-14 02:50:44 +0000 |
| commit | 5bb8616d44345e1f1896d94af9ea257439234179 (patch) | |
| tree | 2bd52bf43562c0285fc3b0bc8645f05b1f87bdbe /util/epist/config.cc | |
| parent | 24d14b5f322206ac56854ffcf61b76aee2729f25 (diff) | |
added user option to modify raise behavior when stackedCycling is on
Diffstat (limited to 'util/epist/config.cc')
| -rw-r--r-- | util/epist/config.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/epist/config.cc b/util/epist/config.cc index cefa28cc..461778e5 100644 --- a/util/epist/config.cc +++ b/util/epist/config.cc @@ -97,6 +97,7 @@ void Config::addOption(const std::string &name, const std::string &value) } bool_options[] = { { "stackedcycling", Config::stackedCycling }, + { "stackedcyclingraise", Config::stackedCyclingRaise }, { "", NUM_BOOL_TYPES } }; |
