summaryrefslogtreecommitdiff
path: root/evaluator.py
diff options
context:
space:
mode:
authorMarius Peter <blendoit@gmail.com>2019-06-23 12:28:22 -0700
committerMarius Peter <blendoit@gmail.com>2019-06-23 12:28:22 -0700
commit4e562fba0de3f00b5240e6e09176ee73584f620f (patch)
treec6e690e23e9d26ca6e131110c2d30c88f4a5d68d /evaluator.py
parentd9b627d06abe7f3d53aa3aebfecd9e392b3e276e (diff)
redundant corodinates
Diffstat (limited to 'evaluator.py')
-rw-r--r--evaluator.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/evaluator.py b/evaluator.py
index 9512a4b..eea4f67 100644
--- a/evaluator.py
+++ b/evaluator.py
@@ -38,10 +38,7 @@ class Evaluator:
+ airfoil.spar.mass
+ airfoil.stringer.mass)
self.mass_dist = []
- # Upper coordinates
- self.x = airfoil.x
- self.z = airfoil.z
- # Lower coordinates
+ # Coordinates
self.x = airfoil.x
self.z = airfoil.z
self.lift_rectangular = []
Copyright 2019--2024 Marius PETER