Fixed Ampere symbol

This commit is contained in:
rbrugo
2020-04-07 02:43:04 +02:00
committed by Mateusz Pusz
parent 142e5d98cb
commit a88d2450bb

View File

@@ -28,7 +28,7 @@
namespace units::si {
struct ampere : named_unit<ampere, "m", prefix> {};
struct ampere : named_unit<ampere, "A", prefix> {};
struct dim_electric_current : physical::dim_electric_current<ampere> {};