From 34bd32e225e2a8a94104489b31c42e5801cc1f4a Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:05:34 +0900 Subject: Imported Upstream version 1.63.0 Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a Signed-off-by: DongHun Kwak --- doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html') diff --git a/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html b/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html index 527116f8cd..ef8318ca79 100644 --- a/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html +++ b/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html @@ -34,7 +34,7 @@ BOOST_UNITS_DEFINE_CONVERSION_FACTOR(Source, Destination, type_, value_)
-

Description

+

Description

Defines the conversion factor from a base unit to any unit or to another base unit with the correct dimensions. Uses of this macro must appear at global scope. If the destination unit is a base unit or a unit that contains only one base unit which is raised to the first power (e.g. feet->meters) the reverse (meters->feet in this example) need not be defined explicitly.

-- cgit v1.2.3