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>2021-07-17 00:05:32 +0300
committerFormerLurker <hochgebe@gmail.com>2021-07-17 00:05:32 +0300
commit56ea16df55e0e37581688effac94e78ffc10f941 (patch)
treefe73a62fb484b8290550912562c1c8eca84aed9a /ArcWelder/segmented_shape.h
parent7e315a6ccf1d94802b396738bff015d98042bfa9 (diff)
Fix xyz and e precision in console app. Fix unix->windows line endings resulting in lower compression. Fix g2/g3 length calculation within statistics.
Diffstat (limited to 'ArcWelder/segmented_shape.h')
-rw-r--r--ArcWelder/segmented_shape.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ArcWelder/segmented_shape.h b/ArcWelder/segmented_shape.h
index d5c88d5..d27a568 100644
--- a/ArcWelder/segmented_shape.h
+++ b/ArcWelder/segmented_shape.h
@@ -25,7 +25,6 @@
#pragma once
#include <string>
#include <limits>
-#define PI_DOUBLE 3.14159265358979323846264338327950288
#include <list>
#include "utilities.h"