Date Group support for new directories and

better duplicate logic
This commit is contained in:
2022-11-04 16:31:41 -07:00
parent 6610565ce3
commit c6aa7e8e3c
6 changed files with 108 additions and 49 deletions

View File

@ -206,7 +206,7 @@ public class UnitTestCalculations
[TestMethod]
public void TestAreaPermille()
{
int faceAreaPermille=1000;
int faceAreaPermille = 1000;
Location location;
double confidence = 0.1D;
int areaPermille, left, top, right, bottom, width, height;