diff --git a/src/include/units/physical/si/mass.h b/src/include/units/physical/si/mass.h index 1a4dd5f0..37646b1a 100644 --- a/src/include/units/physical/si/mass.h +++ b/src/include/units/physical/si/mass.h @@ -28,8 +28,8 @@ namespace units::si { -struct gram : named_unit {}; -struct kilogram : prefixed_unit {}; +struct kilogram : named_unit {}; +struct gram : named_scaled_unit, kilogram> {}; struct tonne : named_scaled_unit, kilogram> {}; struct dalton : named_scaled_unit, kilogram> {};