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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user