Add an option to change the brightness of the highlight box color (healthy/infected...
[master-thesis.git] / Parasitemia / ParasitemiaCore / UnitsOfMeasure.fs
index 81ce51f..0d84d16 100644 (file)
@@ -10,7 +10,3 @@ let μmInchRatio = 25.4e3<μm/inch>
 let μmToInch(x: float<μm>) : float<inch> = x / μmInchRatio
 let inchToμm(x: float<inch>) : float<μm> = x * μmInchRatio
 
-
-
-
-