浏览代码

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