فهرست منبع

remove `b` shorthand for barns

This is too easily conflicting with a shorthand for `bit` from computer science or `bar` from GNU Units. Still keep the addition of metric prefixes.
Tom Eichlersmith 2 سال پیش
والد
کامیت
ad2a1e4679
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      numbat/modules/units/misc.nbt

+ 1 - 1
numbat/modules/units/misc.nbt

@@ -10,7 +10,7 @@ unit bar: Pressure = 100 kPa
 unit angstrom: Length = 1e-10 meter
 
 @metric_prefixes
-@aliases(barns, b: short)
+@aliases(barns)
 unit barn: Area = 1e-28 meter^2
 
 @metric_prefixes