From 4ec015d26e0d565a6a11139a945e17ef65d0f812 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 11 Feb 2020 20:58:18 +0100 Subject: [PATCH] SI prefix enabled for eV --- src/include/units/physical/si/energy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/units/physical/si/energy.h b/src/include/units/physical/si/energy.h index d199accd..23c9c847 100644 --- a/src/include/units/physical/si/energy.h +++ b/src/include/units/physical/si/energy.h @@ -35,7 +35,7 @@ struct kilojoule : prefixed_unit {}; struct megajoule : prefixed_unit {}; struct gigajoule : prefixed_unit {}; -struct electronvolt : named_scaled_unit, joule> {}; +struct electronvolt : named_scaled_unit, joule> {}; struct dim_energy : physical::dim_energy {};