mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
tonne definition fixed
This commit is contained in:
@@ -30,7 +30,7 @@ namespace units::si {
|
||||
|
||||
struct gram : named_unit<gram, "g", prefix> {};
|
||||
struct kilogram : prefixed_unit<kilogram, kilo, gram> {};
|
||||
struct tonne : named_scaled_unit<tonne, "t", prefix, ratio<1'0000>, kilogram> {};
|
||||
struct tonne : named_scaled_unit<tonne, "t", prefix, ratio<1'000>, kilogram> {};
|
||||
|
||||
struct dim_mass : physical::dim_mass<kilogram> {};
|
||||
|
||||
|
Reference in New Issue
Block a user