mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
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