Warning, file /include/boost/units/base_units/metric/mmHg.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef BOOST_UNIT_SYSTEMS_METRIC_MMHG_HPP_INCLUDED
0012 #define BOOST_UNIT_SYSTEMS_METRIC_MMHG_HPP_INCLUDED
0013
0014 #include <boost/units/conversion.hpp>
0015 #include <boost/units/systems/si/pressure.hpp>
0016
0017 BOOST_UNITS_DEFINE_BASE_UNIT_WITH_CONVERSIONS(metric, mmHg, "millimeters mercury", "mmHg", 133.322, si::pressure, -404);
0018
0019 #endif