forked from mpusz/mp-units
corrected copy-paste error in mole definition
This commit is contained in:
@@ -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> {};
|
||||
|
||||
|
Reference in New Issue
Block a user