Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2020-11-11 03:12:12 +0300
committerFormerLurker <hochgebe@gmail.com>2020-11-11 03:12:12 +0300
commitb995df6e38d0185f32f06cac87e781249975b738 (patch)
tree96be6f1646911832b6139a2a24bb0d99f6358694 /ArcWelder
parent2ce62496fc67d131d65bcfddb550156f6cd4c438 (diff)
Fix overwrite source if source and target are the same file.
Diffstat (limited to 'ArcWelder')
-rw-r--r--ArcWelder/segmented_shape.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ArcWelder/segmented_shape.h b/ArcWelder/segmented_shape.h
index 505b465..b5b3cfb 100644
--- a/ArcWelder/segmented_shape.h
+++ b/ArcWelder/segmented_shape.h
@@ -26,19 +26,6 @@
#include <string>
#include <limits>
#define PI_DOUBLE 3.14159265358979323846
-//#define CIRCLE_GENERATION_A_ZERO_TOLERANCE 0.0000000001 // fail
-//#define CIRCLE_GENERATION_A_ZERO_TOLERANCE 0.001 // pass
-//#define CIRCLE_GENERATION_A_ZERO_TOLERANCE 0.0001 // pass
-// Todo: Figure out EXACTLY what this should be!!! 0.00001 is conservative
-//#define CIRCLE_GENERATION_A_ZERO_TOLERANCE 0.00001 // PASS , but fails to draw spiral test
-//#define CIRCLE_GENERATION_A_ZERO_TOLERANCE 0.000005 // Pass, but fails the spiral test
-//#define CIRCLE_GENERATION_A_ZERO_TOLERANCE 0.0000025 // Passes both... This is tricky...
-//#define CIRCLE_GENERATION_A_ZERO_TOLERANCE 0.000001 // fails on barbarian test!!!
-//#define CIRCLE_GENERATION_A_ZERO_TOLERANCE 0.0000001 // fail
-//#define CIRCLE_GENERATION_A_ZERO_TOLERANCE 0.0000005 // fail
-//#define CIRCLE_GENERATION_A_ZERO_TOLERANCE 0.00000075 // fail
-//#define CIRCLE_GENERATION_A_ZERO_TOLERANCE 0.000000875 // fail
-
#include <list>
#include "utilities.h"