![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
Default values of different types. More...
Variables | |
static const std::string | cbl::par::defaultString = "NULL" |
default std::string value | |
static const int | cbl::par::defaultInt = std::numeric_limits<int>::min() |
default integer value | |
static const long | cbl::par::defaultLong = std::numeric_limits<long>::min() |
default long value | |
static const float | cbl::par::defaultFloat = -std::numeric_limits<float>::max() |
default float value | |
static const double | cbl::par::defaultDouble = -std::numeric_limits<double>::max() |
default double value | |
Default values of different types.