summaryrefslogtreecommitdiff
path: root/creator.py
diff options
context:
space:
mode:
authorMarius Peter <blendoit@gmail.com>2019-06-23 16:02:50 -0700
committerMarius Peter <blendoit@gmail.com>2019-06-23 16:02:50 -0700
commit0d4f7a9cf92c14d31d50eebfd2a6307f8d48e24c (patch)
tree1bccb20ad07ad880d8df3ce0c90fce36b54ac5a9 /creator.py
parent8d6a7e582479a6fc4e0b527c39773cd2d4858faf (diff)
commit to imperial units
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