Migrate new lumen as well

This commit is contained in:
Chip Hogg
2022-06-15 21:11:50 +00:00
parent ef9e6522ca
commit 6d66ac566e

View File

@@ -36,7 +36,7 @@ namespace units::isq::si {
// TODO Is this correct? Should we account for steradian here? How?
struct lumen : named_scaled_unit<lumen, "lm", ratio(1, 683), watt> {};
struct lumen : named_scaled_unit<lumen, "lm", as_magnitude<ratio(1, 683)>(), watt> {};
using dim_luminous_flux = dim_power;