Reduce a bit the thickness of selected RBC
[master-thesis.git] / Parasitemia / ParasitemiaCore / Types.fs
index f696c27..32f2f8f 100644 (file)
@@ -45,6 +45,7 @@ type Ellipse (cx : float32, cy : float32, a : float32, b : float32, alpha : floa
 
     override this.ToString () =
         $"{{{nameof Ellipse}: {nameof this.Cx} = %f{this.Cx}, {nameof this.Cy} = %f{this.Cy}, {nameof this.A} = %f{this.A}, {nameof this.B} = %f{this.B}, {nameof this.Alpha} = %f{this.Alpha}}}"
+
     override this.Equals (other : obj) =
         match other with
         | :? Ellipse as otherEllipse ->