Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

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