|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include "pism/util/Units.hh"#include <udunits2.h>#include "pism/external/calcalcs/utCalendar2_cal.h"#include "pism/util/error_handling.hh"Go to the source code of this file.
Classes | |
| struct | pism::units::System::Impl |
| struct | pism::units::Unit::Impl |
| struct | pism::units::Converter::Impl |
Namespaces | |
| namespace | pism |
| namespace | pism::units |
Functions | |
| double | pism::units::convert (System::Ptr system, double input, const std::string &spec1, const std::string &spec2) |
| Convert a quantity from unit1 to unit2. | |
| bool | pism::units::are_convertible (const Unit &u1, const Unit &u2) |