|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <IO_Flags.hh>
Public Member Functions | |
| Default (double v) | |
| bool | exists () const |
| operator double () const | |
Static Public Member Functions | |
| static Default | Nil () |
Private Member Functions | |
| Default () | |
Private Attributes | |
| double | m_value |
| bool | m_exists |
Default value to use when a regridding variable is not found.
Definition at line 87 of file IO_Flags.hh.