PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

◆ 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.