PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <pism_options.hh>
Public Member Functions | |
Real (std::shared_ptr< units::System > system, const std::string &option, const std::string &description, const std::string &units, double default_value) | |
Public Member Functions inherited from pism::options::Option< double > | |
Option () | |
bool | is_set () const |
double | value () const |
operator double () const | |
const double * | operator-> () const |
double * | operator-> () |
bool | operator== (const double &other) const |
Additional Inherited Members | |
Protected Member Functions inherited from pism::options::Option< double > | |
void | set (double new_value, bool new_flag) |
Protected Attributes inherited from pism::options::Option< double > | |
double | m_value |
bool | m_is_set |
Definition at line 94 of file pism_options.hh.