PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
#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 91 of file IO_Flags.hh.