Browse Source

Resolve TODO

David Peter 2 years ago
parent
commit
26ed77b882
1 changed files with 2 additions and 4 deletions
  1. 2 4
      modules/units/si.nbt

+ 2 - 4
modules/units/si.nbt

@@ -144,11 +144,9 @@ unit hectare: Area = hectometer^2
 @aliases(litres, liter, liters, l: short, L: short)
 unit litre: Volume = decimeter^3
 
-#@metric_prefixes  # TODO: clash with foot=ft (femto tonne)
-@aliases(tonnes, ton, tons, t: short)
+@metric_prefixes
+@aliases(tonnes, ton: both, tons: both, t: none)
 unit tonne: Mass = 10^3 kilogram
-unit kiloton = 1000 ton
-unit megaton = 1000 kiloton
 
 @aliases(daltons, Da: short)
 unit dalton: Mass = 1.660539040e-27 kilogram