Minor updates.

This commit is contained in:
wo80
2022-03-04 13:24:51 +01:00
parent ee6f03d5ce
commit 43b424e62d
36 changed files with 198 additions and 327 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ namespace TriangleNet.Tools
public double area_max = -double.MaxValue;
// Total area of geometry
public double area_total = 0;
// Nmber of triangles with zero area
// Number of triangles with zero area
public int area_zero = 0;
/// <summary>