mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 20:54:28 +02:00
Fixed Ampere symbol
This commit is contained in:
@@ -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> {};
|
||||
|
||||
|
Reference in New Issue
Block a user