corrected copy-paste error in mole definition

This commit is contained in:
Mike Ford
2020-06-29 16:01:40 +01:00
committed by Mateusz Pusz
parent 25b67101d9
commit cacbea1d4c

View File

@@ -28,7 +28,7 @@
namespace units::physical::si {
struct mole : named_unit<metre, "mol", prefix> {};
struct mole : named_unit<mole, "mol", prefix> {};
struct dim_substance : physical::dim_substance<mole> {};