Flag used by get_...() methods.
Meanings:
REMEMBER_THIS_USE (the default): add the name of a parameter to the list of parameters used by a model run.
FORGET_THIS_USE: don't add the name of a parameter to the list of used parameters. This is necessary to be able to get the current value of a parameter to be used as the default when processing a command-line option.
| Enumerator |
|---|
| REMEMBER_THIS_USE | |
| FORGET_THIS_USE | |
Definition at line 71 of file ConfigInterface.hh.