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

◆ UseFlag

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 70 of file ConfigInterface.hh.