2
0
mirror of https://github.com/boostorg/units.git synced 2026-01-19 04:42:15 +00:00

define biot correctly as 10 Ampere

This commit is contained in:
alfC
2016-09-01 13:38:00 -07:00
committed by GitHub
parent 9ad0d9fca4
commit 2653f8a862

View File

@@ -20,7 +20,7 @@ namespace units {
namespace cgs {
typedef scaled_base_unit<boost::units::si::ampere_base_unit, scale<10, static_rational<-1> > > biot_base_unit;
typedef scaled_base_unit<boost::units::si::ampere_base_unit, scale<10, static_rational<+1> > > biot_base_unit;
} // namespace cgs