From cacbea1d4c719c1a9e62a8aa10be8d8f3d8d0172 Mon Sep 17 00:00:00 2001 From: Mike Ford Date: Mon, 29 Jun 2020 16:01:40 +0100 Subject: [PATCH] corrected copy-paste error in mole definition --- src/include/units/physical/si/substance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/units/physical/si/substance.h b/src/include/units/physical/si/substance.h index e3d0348e..a28f51ba 100644 --- a/src/include/units/physical/si/substance.h +++ b/src/include/units/physical/si/substance.h @@ -28,7 +28,7 @@ namespace units::physical::si { -struct mole : named_unit {}; +struct mole : named_unit {}; struct dim_substance : physical::dim_substance {};