summaryrefslogtreecommitdiff
path: root/creator.py
diff options
context:
space:
mode:
Diffstat (limited to 'creator.py')
-rw-r--r--creator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/creator.py b/creator.py
index 6dd3c1c..3d13c8f 100644
--- a/creator.py
+++ b/creator.py
@@ -46,7 +46,7 @@ class Coordinates:
def __init__(self, chord, semi_span):
# Global dimensions
- self.chord = chord if chord > 10 else 10
+ self.chord = chord if chord > 40 else 40
self.semi_span = semi_span
# mass and area
self.mass = float()
Copyright 2019--2024 Marius PETER