Merge branch 'master' of github.com:mpusz/units

This commit is contained in:
Mateusz Pusz
2020-06-29 20:31:47 +02:00

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> {};