PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ ConfigSettingFlag

Flag used by set_...() methods.

Meanings:

  • DEFAULT: set the default value; has no effect if a parameter was set by a user at the time of the call
  • FORCE: forcibly set a parameter; unconditionally overrides previous values
  • USER: forcibly set a parameter; unconditionally overrides previous values and marks this parameter as set by the user. This affects future set_...() calls using the DEFAULT flag value and results of parameters_set_by_user().
Enumerator
CONFIG_DEFAULT 
CONFIG_FORCE 
CONFIG_USER 

Definition at line 49 of file ConfigInterface.hh.