summaryrefslogtreecommitdiff
path: root/creator.py
diff options
context:
space:
mode:
Diffstat (limited to 'creator.py')
-rw-r--r--creator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/creator.py b/creator.py
index e8bba68..78c537d 100644
--- a/creator.py
+++ b/creator.py
@@ -302,6 +302,7 @@ class Stringer(Coordinates):
self.z_u.append(airfoil.z_u[index])
x += interval
# Add upper stringers from first spar until last spar
+ # TODO: stringer placement if only one spar is created
interval = (airfoil.spar.x_u[-1]
- airfoil.spar.x_u[0]) / (stringer_u_2 + 1)
x = interval + airfoil.spar.x_u[0]
Copyright 2019--2024 Marius PETER